Class: Aws::Types::CreateInstanceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def instance_profile_name @instance_profile_name end |
#path ⇒ ::String
Returns the value of attribute path.
174 175 176 |
# File 'sig/types.rbs', line 174 def path @path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
175 176 177 |
# File 'sig/types.rbs', line 175 def @tags end |