Class: Aws::Types::ContactFlowModuleAliasSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_description::String

Returns the value of attribute alias_description.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def alias_description
  @alias_description
end

#alias_id::String

Returns the value of attribute alias_id.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def alias_id
  @alias_id
end

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def alias_name
  @alias_name
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def arn
  @arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def last_modified_time
  @last_modified_time
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def version
  @version
end