Class: Aws::Types::AwsIamRoleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamRoleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
-
#attached_managed_policies ⇒ ::Array[Types::AwsIamAttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
-
#create_date ⇒ ::String
Returns the value of attribute create_date.
-
#instance_profile_list ⇒ ::Array[Types::AwsIamInstanceProfile]
Returns the value of attribute instance_profile_list.
-
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary ⇒ Types::AwsIamPermissionsBoundary
Returns the value of attribute permissions_boundary.
-
#role_id ⇒ ::String
Returns the value of attribute role_id.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#role_policy_list ⇒ ::Array[Types::AwsIamRolePolicy]
Returns the value of attribute role_policy_list.
Instance Attribute Details
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def assume_role_policy_document @assume_role_policy_document end |
#attached_managed_policies ⇒ ::Array[Types::AwsIamAttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::String
Returns the value of attribute create_date.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def create_date @create_date end |
#instance_profile_list ⇒ ::Array[Types::AwsIamInstanceProfile]
Returns the value of attribute instance_profile_list.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def instance_profile_list @instance_profile_list end |
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def max_session_duration @max_session_duration end |
#path ⇒ ::String
Returns the value of attribute path.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def path @path end |
#permissions_boundary ⇒ Types::AwsIamPermissionsBoundary
Returns the value of attribute permissions_boundary.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def @permissions_boundary end |
#role_id ⇒ ::String
Returns the value of attribute role_id.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def role_id @role_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def role_name @role_name end |
#role_policy_list ⇒ ::Array[Types::AwsIamRolePolicy]
Returns the value of attribute role_policy_list.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def role_policy_list @role_policy_list end |