Class: Aws::Types::DeleteTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4267
4268
4269
# File 'sig/types.rbs', line 4267

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


4268
4269
4270
# File 'sig/types.rbs', line 4268

def template_id
  @template_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


4269
4270
4271
# File 'sig/types.rbs', line 4269

def version_number
  @version_number
end