Class: Aws::Types::CreateGeneratedTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#generated_template_name::String

Returns the value of attribute generated_template_name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def generated_template_name
  @generated_template_name
end

#resources::Array[Types::ResourceDefinition]

Returns the value of attribute resources.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def resources
  @resources
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def stack_name
  @stack_name
end

#template_configurationTypes::TemplateConfiguration

Returns the value of attribute template_configuration.



198
199
200
# File 'sig/types.rbs', line 198

def template_configuration
  @template_configuration
end