Class: Aws::Types::NodeGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_group_id::String

Returns the value of attribute node_group_id.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def node_group_id
  @node_group_id
end

#node_group_members::Array[Types::NodeGroupMember]

Returns the value of attribute node_group_members.

Returns:



1324
1325
1326
# File 'sig/types.rbs', line 1324

def node_group_members
  @node_group_members
end

#primary_endpointTypes::Endpoint

Returns the value of attribute primary_endpoint.

Returns:



1321
1322
1323
# File 'sig/types.rbs', line 1321

def primary_endpoint
  @primary_endpoint
end

#reader_endpointTypes::Endpoint

Returns the value of attribute reader_endpoint.

Returns:



1322
1323
1324
# File 'sig/types.rbs', line 1322

def reader_endpoint
  @reader_endpoint
end

#slots::String

Returns the value of attribute slots.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def slots
  @slots
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def status
  @status
end