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)


5525
5526
5527
# File 'sig/types.rbs', line 5525

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5526
5527
5528
# File 'sig/types.rbs', line 5526

def name
  @name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5527
5528
5529
# File 'sig/types.rbs', line 5527

def node_id
  @node_id
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


5528
5529
5530
# File 'sig/types.rbs', line 5528

def role
  @role
end

#sdi_source_mappings::Array[Types::SdiSourceMappingUpdateRequest]

Returns the value of attribute sdi_source_mappings.



5529
5530
5531
# File 'sig/types.rbs', line 5529

def sdi_source_mappings
  @sdi_source_mappings
end