Class: Aws::Types::UpdateNodeStateResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



5556
5557
5558
# File 'sig/types.rbs', line 5556

def arn
  @arn
end

#channel_placement_groups::Array[::String]

Returns the value of attribute channel_placement_groups.



5557
5558
5559
# File 'sig/types.rbs', line 5557

def channel_placement_groups
  @channel_placement_groups
end

#cluster_id::String

Returns the value of attribute cluster_id.



5558
5559
5560
# File 'sig/types.rbs', line 5558

def cluster_id
  @cluster_id
end

#connection_state"CONNECTED", "DISCONNECTED"

Returns the value of attribute connection_state.



5559
5560
5561
# File 'sig/types.rbs', line 5559

def connection_state
  @connection_state
end

#id::String

Returns the value of attribute id.



5560
5561
5562
# File 'sig/types.rbs', line 5560

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.



5561
5562
5563
# File 'sig/types.rbs', line 5561

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.



5562
5563
5564
# File 'sig/types.rbs', line 5562

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMapping]

Returns the value of attribute node_interface_mappings.



5563
5564
5565
# File 'sig/types.rbs', line 5563

def node_interface_mappings
  @node_interface_mappings
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.



5564
5565
5566
# File 'sig/types.rbs', line 5564

def role
  @role
end

#sdi_source_mappings::Array[Types::SdiSourceMapping]

Returns the value of attribute sdi_source_mappings.



5566
5567
5568
# File 'sig/types.rbs', line 5566

def sdi_source_mappings
  @sdi_source_mappings
end

#state"CREATED", ...

Returns the value of attribute state.



5565
5566
5567
# File 'sig/types.rbs', line 5565

def state
  @state
end