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)


13050
13051
13052
# File 'sig/types.rbs', line 13050

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


13048
13049
13050
# File 'sig/types.rbs', line 13048

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


13049
13050
13051
# File 'sig/types.rbs', line 13049

def template_id
  @template_id
end

#template_version_number::Integer

Returns the value of attribute template_version_number.

Returns:

  • (::Integer)


13051
13052
13053
# File 'sig/types.rbs', line 13051

def template_version_number
  @template_version_number
end