Class: Aws::Types::ModifyClientPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClientPropertiesRequest
- 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.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def client_properties @client_properties end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def resource_id @resource_id end |