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)


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

def 
  @account_id
end

#instance_arn ⇒ ::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


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

def instance_arn
  @instance_arn
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


942
943
944
# File 'sig/types.rbs', line 942

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

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")


941
942
943
# File 'sig/types.rbs', line 941

def provisioning_status
  @provisioning_status
end