Class: Aws::Types::GetAccountAuthorizationDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountAuthorizationDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Array[("User" | "Role" | "Group" | "LocalManagedPolicy" | "AWSManagedPolicy")]
Returns the value of attribute filter.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#filter ⇒ ::Array[("User" | "Role" | "Group" | "LocalManagedPolicy" | "AWSManagedPolicy")]
Returns the value of attribute filter.
672 673 674 |
# File 'sig/types.rbs', line 672 def filter @filter end |
#marker ⇒ ::String
Returns the value of attribute marker.
674 675 676 |
# File 'sig/types.rbs', line 674 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
673 674 675 |
# File 'sig/types.rbs', line 673 def max_items @max_items end |