Class: Aws::Types::DescribeDimensionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDimensionResponse
- 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.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def name @name end |
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def string_values @string_values end |
#type ⇒ "TOPIC_FILTER"
Returns the value of attribute type.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def type @type end |