Class: Aws::Types::CreateContactFlowVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_arn::String

Returns the value of attribute contact_flow_arn.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def contact_flow_arn
  @contact_flow_arn
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def version
  @version
end