Class: Aws::Types::NodeInputPort

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value ⇒ ::String

Returns the value of attribute default_value.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def default_value
  @default_value
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def description
  @description
end

#max_connections ⇒ ::Integer

Returns the value of attribute max_connections.

Returns:

  • (::Integer)


613
614
615
# File 'sig/types.rbs', line 613

def max_connections
  @max_connections
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def name
  @name
end

#type ⇒ "BOOLEAN", ...

Returns the value of attribute type.

Returns:

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


615
616
617
# File 'sig/types.rbs', line 615

def type
  @type
end