Class: Aws::Types::UpdateTemplateRequest

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)


12624
12625
12626
# File 'sig/types.rbs', line 12624

def 
  @aws_account_id
end

#definitionTypes::TemplateVersionDefinition

Returns the value of attribute definition.



12629
12630
12631
# File 'sig/types.rbs', line 12629

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12628
12629
12630
# File 'sig/types.rbs', line 12628

def name
  @name
end

#source_entityTypes::TemplateSourceEntity

Returns the value of attribute source_entity.



12626
12627
12628
# File 'sig/types.rbs', line 12626

def source_entity
  @source_entity
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


12625
12626
12627
# File 'sig/types.rbs', line 12625

def template_id
  @template_id
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



12630
12631
12632
# File 'sig/types.rbs', line 12630

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


12627
12628
12629
# File 'sig/types.rbs', line 12627

def version_description
  @version_description
end