Class: Aws::QuickSight::Types::StringParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A string parameter.

Constant Summary collapse

SENSITIVE =
[:values]

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

A display name for a string parameter.

Returns:

  • (String)


43866
43867
43868
43869
43870
43871
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43866

class StringParameter < Struct.new(
  :name,
  :values)
  SENSITIVE = [:values]
  include Aws::Structure
end

#values ⇒ Array<String>

The values of a string parameter.

Returns:

  • (Array<String>)


43866
43867
43868
43869
43870
43871
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43866

class StringParameter < Struct.new(
  :name,
  :values)
  SENSITIVE = [:values]
  include Aws::Structure
end