Class: Aws::Types::InstanceProfile
- Inherits:
-
Object
- Object
- Aws::Types::InstanceProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#instance_profile_id ⇒ ::String
Returns the value of attribute instance_profile_id.
-
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def create_date @create_date end |
#instance_profile_id ⇒ ::String
Returns the value of attribute instance_profile_id.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def instance_profile_id @instance_profile_id end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def instance_profile_name @instance_profile_name end |
#path ⇒ ::String
Returns the value of attribute path.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def path @path end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def roles @roles end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def @tags end |