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.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def create_date @create_date end |
#instance_profile_id ⇒ ::String
Returns the value of attribute instance_profile_id.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def instance_profile_id @instance_profile_id end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def instance_profile_name @instance_profile_name end |
#path ⇒ ::String
Returns the value of attribute path.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def path @path end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def roles @roles end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def @tags end |