Class: Aws::Types::GetAccountAuthorizationDetailsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter::Array[("User" | "Role" | "Group" | "LocalManagedPolicy" | "AWSManagedPolicy")]

Returns the value of attribute filter.

Returns:

  • (::Array[("User" | "Role" | "Group" | "LocalManagedPolicy" | "AWSManagedPolicy")])


672
673
674
# File 'sig/types.rbs', line 672

def filter
  @filter
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


673
674
675
# File 'sig/types.rbs', line 673

def max_items
  @max_items
end