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.
185 186 187 |
# File 'sig/types.rbs', line 185 def instance_profile_name @instance_profile_name end |
#path ⇒ ::String
Returns the value of attribute path.
186 187 188 |
# File 'sig/types.rbs', line 186 def path @path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
187 188 189 |
# File 'sig/types.rbs', line 187 def @tags end |