Class: Aws::Types::ClientPropertiesResult
- Inherits:
-
Object
- Object
- Aws::Types::ClientPropertiesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_properties ⇒ Types::ClientProperties
Returns the value of attribute client_properties.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#client_properties ⇒ Types::ClientProperties
Returns the value of attribute client_properties.
175 176 177 |
# File 'sig/types.rbs', line 175 def client_properties @client_properties end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def resource_id @resource_id end |