Class: Aws::Types::GetAccountAuthorizationDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountAuthorizationDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_detail_list ⇒ ::Array[Types::GroupDetail]
Returns the value of attribute group_detail_list.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#policies ⇒ ::Array[Types::ManagedPolicyDetail]
Returns the value of attribute policies.
-
#role_detail_list ⇒ ::Array[Types::RoleDetail]
Returns the value of attribute role_detail_list.
-
#user_detail_list ⇒ ::Array[Types::UserDetail]
Returns the value of attribute user_detail_list.
Instance Attribute Details
#group_detail_list ⇒ ::Array[Types::GroupDetail]
Returns the value of attribute group_detail_list.
680 681 682 |
# File 'sig/types.rbs', line 680 def group_detail_list @group_detail_list end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
683 684 685 |
# File 'sig/types.rbs', line 683 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
684 685 686 |
# File 'sig/types.rbs', line 684 def marker @marker end |
#policies ⇒ ::Array[Types::ManagedPolicyDetail]
Returns the value of attribute policies.
682 683 684 |
# File 'sig/types.rbs', line 682 def policies @policies end |
#role_detail_list ⇒ ::Array[Types::RoleDetail]
Returns the value of attribute role_detail_list.
681 682 683 |
# File 'sig/types.rbs', line 681 def role_detail_list @role_detail_list end |
#user_detail_list ⇒ ::Array[Types::UserDetail]
Returns the value of attribute user_detail_list.
679 680 681 |
# File 'sig/types.rbs', line 679 def user_detail_list @user_detail_list end |