Class: Aws::Types::GetDimensionKeyDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDimensionKeyDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ ::String
Returns the value of attribute group.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#requested_dimensions ⇒ ::Array[::String]
Returns the value of attribute requested_dimensions.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
Instance Attribute Details
#group ⇒ ::String
Returns the value of attribute group.
134 135 136 |
# File 'sig/types.rbs', line 134 def group @group end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
135 136 137 |
# File 'sig/types.rbs', line 135 def group_identifier @group_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
133 134 135 |
# File 'sig/types.rbs', line 133 def identifier @identifier end |
#requested_dimensions ⇒ ::Array[::String]
Returns the value of attribute requested_dimensions.
136 137 138 |
# File 'sig/types.rbs', line 136 def requested_dimensions @requested_dimensions end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
132 133 134 |
# File 'sig/types.rbs', line 132 def service_type @service_type end |