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

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def arn
  @arn
end

#availability_zone ⇒ ::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def availability_zone
  @availability_zone
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


481
482
483
# File 'sig/types.rbs', line 481

def creation_date
  @creation_date
end

#framework_attributes ⇒ Types::NodeFrameworkAttributes

Returns the value of attribute framework_attributes.



477
478
479
# File 'sig/types.rbs', line 477

def framework_attributes
  @framework_attributes
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def id
  @id
end

#instance_type ⇒ ::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def instance_type
  @instance_type
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def kms_key_arn
  @kms_key_arn
end

#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration

Returns the value of attribute log_publishing_configuration.



478
479
480
# File 'sig/types.rbs', line 478

def log_publishing_configuration
  @log_publishing_configuration
end

#member_id ⇒ ::String

Returns the value of attribute member_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def member_id
  @member_id
end

#network_id ⇒ ::String

Returns the value of attribute network_id.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def network_id
  @network_id
end

#state_db ⇒ "LevelDB", "CouchDB"

Returns the value of attribute state_db.

Returns:

  • ("LevelDB", "CouchDB")


479
480
481
# File 'sig/types.rbs', line 479

def state_db
  @state_db
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


480
481
482
# File 'sig/types.rbs', line 480

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


482
483
484
# File 'sig/types.rbs', line 482

def tags
  @tags
end