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)


741
742
743
# File 'sig/types.rbs', line 741

def availability_zone
  @availability_zone
end

#create_time ⇒ ::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


742
743
744
# File 'sig/types.rbs', line 742

def create_time
  @create_time
end

#endpoint ⇒ Types::Endpoint

Returns the value of attribute endpoint.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def endpoint
  @endpoint
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def status
  @status
end