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.
692 693 694 |
# File 'sig/types.rbs', line 692 def group_detail_list @group_detail_list end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
695 696 697 |
# File 'sig/types.rbs', line 695 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
696 697 698 |
# File 'sig/types.rbs', line 696 def marker @marker end |
#policies ⇒ ::Array[Types::ManagedPolicyDetail]
Returns the value of attribute policies.
694 695 696 |
# File 'sig/types.rbs', line 694 def policies @policies end |
#role_detail_list ⇒ ::Array[Types::RoleDetail]
Returns the value of attribute role_detail_list.
693 694 695 |
# File 'sig/types.rbs', line 693 def role_detail_list @role_detail_list end |
#user_detail_list ⇒ ::Array[Types::UserDetail]
Returns the value of attribute user_detail_list.
691 692 693 |
# File 'sig/types.rbs', line 691 def user_detail_list @user_detail_list end |