Class: Aws::Types::StackDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def stack_name
  @stack_name
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def template_url
  @template_url
end