Class: Aws::Types::LaunchTemplateIamInstanceProfileSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateIamInstanceProfileSpecificationRequest
- 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.
12598 12599 12600 |
# File 'sig/types.rbs', line 12598 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
12599 12600 12601 |
# File 'sig/types.rbs', line 12599 def name @name end |