Class: Aws::Types::AwsIamInstanceProfile
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamInstanceProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_date ⇒ ::String
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::AwsIamInstanceProfileRole]
Returns the value of attribute roles.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def arn @arn end |
#create_date ⇒ ::String
Returns the value of attribute create_date.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def create_date @create_date end |
#instance_profile_id ⇒ ::String
Returns the value of attribute instance_profile_id.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def instance_profile_id @instance_profile_id end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def instance_profile_name @instance_profile_name end |
#path ⇒ ::String
Returns the value of attribute path.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def path @path end |
#roles ⇒ ::Array[Types::AwsIamInstanceProfileRole]
Returns the value of attribute roles.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def roles @roles end |