Class: Aws::Types::UpdateDimensionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDimensionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
-
#type ⇒ "TOPIC_FILTER"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5130 5131 5132 |
# File 'sig/types.rbs', line 5130 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
5133 5134 5135 |
# File 'sig/types.rbs', line 5133 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
5134 5135 5136 |
# File 'sig/types.rbs', line 5134 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
5129 5130 5131 |
# File 'sig/types.rbs', line 5129 def name @name end |
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
5132 5133 5134 |
# File 'sig/types.rbs', line 5132 def string_values @string_values end |
#type ⇒ "TOPIC_FILTER"
Returns the value of attribute type.
5131 5132 5133 |
# File 'sig/types.rbs', line 5131 def type @type end |