Class: Aws::Types::DescribeTemplateDefinitionRequest

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)


5026
5027
5028
# File 'sig/types.rbs', line 5026

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5023
5024
5025
# File 'sig/types.rbs', line 5023

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


5024
5025
5026
# File 'sig/types.rbs', line 5024

def template_id
  @template_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


5025
5026
5027
# File 'sig/types.rbs', line 5025

def version_number
  @version_number
end