Class: Aws::Types::ServiceAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ServiceAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
566 567 568 |
# File 'sig/types.rbs', line 566 def attributes @attributes end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
565 566 567 |
# File 'sig/types.rbs', line 565 def resource_owner @resource_owner end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
564 565 566 |
# File 'sig/types.rbs', line 564 def service_arn @service_arn end |