Class: Aws::Types::ListPermissionSetProvisioningStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::OperationStatusFilter

Returns the value of attribute filter.



924
925
926
# File 'sig/types.rbs', line 924

def filter
  @filter
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def instance_arn
  @instance_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


922
923
924
# File 'sig/types.rbs', line 922

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def next_token
  @next_token
end