Class: Aws::Types::CreateDimensionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDimensionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "TOPIC_FILTER"
Returns the value of attribute type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
849 850 851 |
# File 'sig/types.rbs', line 849 def name @name end |
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
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.
852 853 854 |
# File 'sig/types.rbs', line 852 def @tags end |
#type ⇒ "TOPIC_FILTER"
Returns the value of attribute type.
850 851 852 |
# File 'sig/types.rbs', line 850 def type @type end |