Class: Aws::Types::RoleDetail
- Inherits:
-
Object
- Object
- Aws::Types::RoleDetail
- 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.
-
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#instance_profile_list ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profile_list.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
-
#role_id ⇒ ::String
Returns the value of attribute role_id.
-
#role_last_used ⇒ Types::RoleLastUsed
Returns the value of attribute role_last_used.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#role_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute role_policy_list.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def arn @arn end |
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def assume_role_policy_document @assume_role_policy_document end |
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def create_date @create_date end |
#instance_profile_list ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profile_list.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def instance_profile_list @instance_profile_list end |
#path ⇒ ::String
Returns the value of attribute path.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def path @path end |
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def @permissions_boundary end |
#role_id ⇒ ::String
Returns the value of attribute role_id.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def role_id @role_id end |
#role_last_used ⇒ Types::RoleLastUsed
Returns the value of attribute role_last_used.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def role_last_used @role_last_used end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def role_name @role_name end |
#role_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute role_policy_list.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def role_policy_list @role_policy_list end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def @tags end |