Class: Aws::Types::UpdateServiceAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
685 686 687 |
# File 'sig/types.rbs', line 685 def attributes @attributes end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def service_id @service_id end |