Class: Aws::Types::LaunchTemplateIamInstanceProfileSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateIamInstanceProfileSpecification
- 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.
12592 12593 12594 |
# File 'sig/types.rbs', line 12592 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
12593 12594 12595 |
# File 'sig/types.rbs', line 12593 def name @name end |