Class: Aws::Types::ListCreateAccountStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


601
602
603
# File 'sig/types.rbs', line 601

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def next_token
  @next_token
end

#states::Array[("IN_PROGRESS" | "SUCCEEDED" | "FAILED")]

Returns the value of attribute states.

Returns:

  • (::Array[("IN_PROGRESS" | "SUCCEEDED" | "FAILED")])


599
600
601
# File 'sig/types.rbs', line 599

def states
  @states
end