Class: Aws::Types::UpdateTemplateAliasRequest

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)


12594
12595
12596
# File 'sig/types.rbs', line 12594

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12592
12593
12594
# File 'sig/types.rbs', line 12592

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


12593
12594
12595
# File 'sig/types.rbs', line 12593

def template_id
  @template_id
end

#template_version_number::Integer

Returns the value of attribute template_version_number.

Returns:

  • (::Integer)


12595
12596
12597
# File 'sig/types.rbs', line 12595

def template_version_number
  @template_version_number
end