Class: Aws::Types::ListPermissionSetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def instance_arn
  @instance_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


952
953
954
# File 'sig/types.rbs', line 952

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def next_token
  @next_token
end