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.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def arn @arn end |
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def assume_role_policy_document @assume_role_policy_document end |
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def create_date @create_date end |
#instance_profile_list ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profile_list.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def instance_profile_list @instance_profile_list end |
#path ⇒ ::String
Returns the value of attribute path.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def path @path end |
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def @permissions_boundary end |
#role_id ⇒ ::String
Returns the value of attribute role_id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def role_id @role_id end |
#role_last_used ⇒ Types::RoleLastUsed
Returns the value of attribute role_last_used.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def role_last_used @role_last_used end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def role_name @role_name end |
#role_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute role_policy_list.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def role_policy_list @role_policy_list end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def @tags end |