Class: Aws::Types::NodeOutputPort

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def name
  @name
end

#type ⇒ "BOOLEAN", ...

Returns the value of attribute type.

Returns:

  • ("BOOLEAN", "STRING", "INT32", "FLOAT32", "MEDIA")


639
640
641
# File 'sig/types.rbs', line 639

def type
  @type
end