Class: Aws::Types::NodeSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def arn
  @arn
end

#availability_zone ⇒ ::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def availability_zone
  @availability_zone
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


528
529
530
# File 'sig/types.rbs', line 528

def creation_date
  @creation_date
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def id
  @id
end

#instance_type ⇒ ::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def instance_type
  @instance_type
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "UNHEALTHY", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED", "FAILED", "INACCESSIBLE_ENCRYPTION_KEY")


527
528
529
# File 'sig/types.rbs', line 527

def status
  @status
end