Class: Aws::Types::ContactFlowModuleAliasInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_id::String

Returns the value of attribute alias_id.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def alias_id
  @alias_id
end

#contact_flow_module_arn::String

Returns the value of attribute contact_flow_module_arn.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def contact_flow_module_arn
  @contact_flow_module_arn
end

#contact_flow_module_id::String

Returns the value of attribute contact_flow_module_id.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def contact_flow_module_id
  @contact_flow_module_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def description
  @description
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def name
  @name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def version
  @version
end