Class: Aws::Types::DeleteServiceAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[::String]
Returns the value of attribute attributes.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#attributes ⇒ ::Array[::String]
Returns the value of attribute attributes.
88 89 90 |
# File 'sig/types.rbs', line 88 def attributes @attributes end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def service_id @service_id end |