Class: Aws::Types::CreateDimensionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def name
  @name
end

#string_values::Array[::String]

Returns the value of attribute string_values.

Returns:

  • (::Array[::String])


851
852
853
# File 'sig/types.rbs', line 851

def string_values
  @string_values
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



852
853
854
# File 'sig/types.rbs', line 852

def tags
  @tags
end

#type"TOPIC_FILTER"

Returns the value of attribute type.

Returns:

  • ("TOPIC_FILTER")


850
851
852
# File 'sig/types.rbs', line 850

def type
  @type
end