Class: Aws::Types::CreateTemplateRequest

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)


2653
2654
2655
# File 'sig/types.rbs', line 2653

def 
  @aws_account_id
end

#definitionTypes::TemplateVersionDefinition

Returns the value of attribute definition.



2660
2661
2662
# File 'sig/types.rbs', line 2660

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2655
2656
2657
# File 'sig/types.rbs', line 2655

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2656
2657
2658
# File 'sig/types.rbs', line 2656

def permissions
  @permissions
end

#source_entityTypes::TemplateSourceEntity

Returns the value of attribute source_entity.



2657
2658
2659
# File 'sig/types.rbs', line 2657

def source_entity
  @source_entity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2658
2659
2660
# File 'sig/types.rbs', line 2658

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2654
2655
2656
# File 'sig/types.rbs', line 2654

def template_id
  @template_id
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



2661
2662
2663
# File 'sig/types.rbs', line 2661

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2659
2660
2661
# File 'sig/types.rbs', line 2659

def version_description
  @version_description
end