Class: Aws::Types::Node

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def availability_zone
  @availability_zone
end

#endpointTypes::Endpoint

Returns the value of attribute endpoint.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def endpoint
  @endpoint
end

#node_create_time::Time

Returns the value of attribute node_create_time.

Returns:

  • (::Time)


285
286
287
# File 'sig/types.rbs', line 285

def node_create_time
  @node_create_time
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def node_id
  @node_id
end

#node_status::String

Returns the value of attribute node_status.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def node_status
  @node_status
end

#parameter_group_status::String

Returns the value of attribute parameter_group_status.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def parameter_group_status
  @parameter_group_status
end