Class: Aws::Tnb::Types::ToscaOverride

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-tnb/types.rb

Overview

Overrides of the TOSCA node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

Default value for the override.

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
# File 'lib/aws-sdk-tnb/types.rb', line 2203

class ToscaOverride < Struct.new(
  :default_value,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the TOSCA override.

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
# File 'lib/aws-sdk-tnb/types.rb', line 2203

class ToscaOverride < Struct.new(
  :default_value,
  :name)
  SENSITIVE = []
  include Aws::Structure
end