Class: Aws::Types::AttributesResource
- Inherits:
-
Object
- Object
- Aws::Types::AttributesResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
-
#attributes ⇒ ::Array[::String]
Returns the value of attribute attributes.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def application_id @application_id end |
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
309 310 311 |
# File 'sig/types.rbs', line 309 def attribute_type @attribute_type end |
#attributes ⇒ ::Array[::String]
Returns the value of attribute attributes.
310 311 312 |
# File 'sig/types.rbs', line 310 def attributes @attributes end |