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)


13080
13081
13082
# File 'sig/types.rbs', line 13080

def 
  @aws_account_id
end

#definitionTypes::TemplateVersionDefinition

Returns the value of attribute definition.



13085
13086
13087
# File 'sig/types.rbs', line 13085

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13084
13085
13086
# File 'sig/types.rbs', line 13084

def name
  @name
end

#source_entityTypes::TemplateSourceEntity

Returns the value of attribute source_entity.



13082
13083
13084
# File 'sig/types.rbs', line 13082

def source_entity
  @source_entity
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


13081
13082
13083
# File 'sig/types.rbs', line 13081

def template_id
  @template_id
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



13086
13087
13088
# File 'sig/types.rbs', line 13086

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


13083
13084
13085
# File 'sig/types.rbs', line 13083

def version_description
  @version_description
end