Class: Aws::Types::IamInstanceProfileSpecification
- Inherits:
-
Object
- Object
- Aws::Types::IamInstanceProfileSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11054 11055 11056 |
# File 'sig/types.rbs', line 11054 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
11055 11056 11057 |
# File 'sig/types.rbs', line 11055 def name @name end |