Class: Aws::Types::ListContactFlowModuleAliasesRequest

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_id::String

Returns the value of attribute contact_flow_module_id.

Returns:

  • (::String)


4798
4799
4800
# File 'sig/types.rbs', line 4798

def contact_flow_module_id
  @contact_flow_module_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4797
4798
4799
# File 'sig/types.rbs', line 4797

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4800
4801
4802
# File 'sig/types.rbs', line 4800

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4799
4800
4801
# File 'sig/types.rbs', line 4799

def next_token
  @next_token
end