Class: Aws::Types::UpdateNodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5515
5516
5517
# File 'sig/types.rbs', line 5515

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5516
5517
5518
# File 'sig/types.rbs', line 5516

def name
  @name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5517
5518
5519
# File 'sig/types.rbs', line 5517

def node_id
  @node_id
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


5518
5519
5520
# File 'sig/types.rbs', line 5518

def role
  @role
end

#sdi_source_mappings::Array[Types::SdiSourceMappingUpdateRequest]

Returns the value of attribute sdi_source_mappings.



5519
5520
5521
# File 'sig/types.rbs', line 5519

def sdi_source_mappings
  @sdi_source_mappings
end