Class: Aws::Types::ListPermissionSetsProvisionedToAccountRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def 
  @account_id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def instance_arn
  @instance_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


938
939
940
# File 'sig/types.rbs', line 938

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def next_token
  @next_token
end

#provisioning_status"LATEST_PERMISSION_SET_PROVISIONED", "LATEST_PERMISSION_SET_NOT_PROVISIONED"

Returns the value of attribute provisioning_status.

Returns:

  • ("LATEST_PERMISSION_SET_PROVISIONED", "LATEST_PERMISSION_SET_NOT_PROVISIONED")


937
938
939
# File 'sig/types.rbs', line 937

def provisioning_status
  @provisioning_status
end