Class: Aws::Types::Shard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def name
  @name
end

#nodes ⇒ ::Array[Types::Node]

Returns the value of attribute nodes.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def nodes
  @nodes
end

#number_of_nodes ⇒ ::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


913
914
915
# File 'sig/types.rbs', line 913

def number_of_nodes
  @number_of_nodes
end

#slots ⇒ ::String

Returns the value of attribute slots.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def slots
  @slots
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def status
  @status
end