Class: Aws::Types::CreateContactFlowVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def contact_flow_id
  @contact_flow_id
end

#contact_flow_version::Integer

Returns the value of attribute contact_flow_version.

Returns:

  • (::Integer)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def contact_flow_version
  @contact_flow_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def description
  @description
end

#flow_content_sha_256::String

Returns the value of attribute flow_content_sha_256.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def flow_content_sha_256
  @flow_content_sha_256
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def last_modified_time
  @last_modified_time
end