Class: Aws::Types::GetResourceMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
161 162 163 |
# File 'sig/types.rbs', line 161 def identifier @identifier end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
160 161 162 |
# File 'sig/types.rbs', line 160 def service_type @service_type end |