Class: Aws::Types::DescribeTemplateAliasRequest

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)


5011
5012
5013
# File 'sig/types.rbs', line 5011

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5009
5010
5011
# File 'sig/types.rbs', line 5009

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


5010
5011
5012
# File 'sig/types.rbs', line 5010

def template_id
  @template_id
end