Class: Aws::Types::CreateTemplateAliasRequest

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)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2507
2508
2509
# File 'sig/types.rbs', line 2507

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2508
2509
2510
# File 'sig/types.rbs', line 2508

def template_id
  @template_id
end

#template_version_number::Integer

Returns the value of attribute template_version_number.

Returns:

  • (::Integer)


2510
2511
2512
# File 'sig/types.rbs', line 2510

def template_version_number
  @template_version_number
end