Class: Aws::Types::ListContactFlowModulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_module_state"ACTIVE", "ARCHIVED"

Returns the value of attribute contact_flow_module_state.

Returns:

  • ("ACTIVE", "ARCHIVED")


4881
4882
4883
# File 'sig/types.rbs', line 4881

def contact_flow_module_state
  @contact_flow_module_state
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4878
4879
4880
# File 'sig/types.rbs', line 4878

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4880
4881
4882
# File 'sig/types.rbs', line 4880

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4879
4880
4881
# File 'sig/types.rbs', line 4879

def next_token
  @next_token
end