Class: Aws::Types::ListCommitmentPurchaseAnalysesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_ids::Array[::String]

Returns the value of attribute analysis_ids.

Returns:

  • (::Array[::String])


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

def analysis_ids
  @analysis_ids
end

#analysis_status"SUCCEEDED", ...

Returns the value of attribute analysis_status.

Returns:

  • ("SUCCEEDED", "PROCESSING", "FAILED")


933
934
935
# File 'sig/types.rbs', line 933

def analysis_status
  @analysis_status
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


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

def next_page_token
  @next_page_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


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

def page_size
  @page_size
end