Class: Aws::Types::NodeTypeSpecificValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def node_type
  @node_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def value
  @value
end