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)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def 
  @aws_account_id
end

#definitionTypes::TemplateVersionDefinition

Returns the value of attribute definition.



2529
2530
2531
# File 'sig/types.rbs', line 2529

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2524
2525
2526
# File 'sig/types.rbs', line 2524

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2525
2526
2527
# File 'sig/types.rbs', line 2525

def permissions
  @permissions
end

#source_entityTypes::TemplateSourceEntity

Returns the value of attribute source_entity.



2526
2527
2528
# File 'sig/types.rbs', line 2526

def source_entity
  @source_entity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2527
2528
2529
# File 'sig/types.rbs', line 2527

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def template_id
  @template_id
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



2530
2531
2532
# File 'sig/types.rbs', line 2530

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def version_description
  @version_description
end