Class: Aws::Types::AwsIamInstanceProfileRole
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamInstanceProfileRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
-
#create_date ⇒ ::String
Returns the value of attribute create_date.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#role_id ⇒ ::String
Returns the value of attribute role_id.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def arn @arn end |
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def assume_role_policy_document @assume_role_policy_document end |
#create_date ⇒ ::String
Returns the value of attribute create_date.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def create_date @create_date end |
#path ⇒ ::String
Returns the value of attribute path.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def path @path end |
#role_id ⇒ ::String
Returns the value of attribute role_id.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def role_id @role_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def role_name @role_name end |