Class: Aws::Types::ListCampaignsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#list_response_scope ⇒ "METADATA_ONLY"

Returns the value of attribute list_response_scope.

Returns:

  • ("METADATA_ONLY")


770
771
772
# File 'sig/types.rbs', line 770

def list_response_scope
  @list_response_scope
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


768
769
770
# File 'sig/types.rbs', line 768

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def next_token
  @next_token
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def status
  @status
end