Class: Aws::Types::TemplateAlias

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


10923
10924
10925
# File 'sig/types.rbs', line 10923

def alias_name
  @alias_name
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


10924
10925
10926
# File 'sig/types.rbs', line 10924

def arn
  @arn
end

#template_version_number::Integer

Returns the value of attribute template_version_number.

Returns:

  • (::Integer)


10925
10926
10927
# File 'sig/types.rbs', line 10925

def template_version_number
  @template_version_number
end