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.
10793 10794 10795 |
# File 'sig/types.rbs', line 10793 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
10794 10795 10796 |
# File 'sig/types.rbs', line 10794 def name @name end |