Class: Aws::Types::DescribeNodeResult

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)


5197
5198
5199
# File 'sig/types.rbs', line 5197

def arn
  @arn
end

#channel_placement_groups::Array[::String]

Returns the value of attribute channel_placement_groups.

Returns:

  • (::Array[::String])


5198
5199
5200
# File 'sig/types.rbs', line 5198

def channel_placement_groups
  @channel_placement_groups
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5199
5200
5201
# File 'sig/types.rbs', line 5199

def cluster_id
  @cluster_id
end

#connection_state"CONNECTED", "DISCONNECTED"

Returns the value of attribute connection_state.

Returns:

  • ("CONNECTED", "DISCONNECTED")


5200
5201
5202
# File 'sig/types.rbs', line 5200

def connection_state
  @connection_state
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5201
5202
5203
# File 'sig/types.rbs', line 5201

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


5202
5203
5204
# File 'sig/types.rbs', line 5202

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5203
5204
5205
# File 'sig/types.rbs', line 5203

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMapping]

Returns the value of attribute node_interface_mappings.

Returns:



5204
5205
5206
# File 'sig/types.rbs', line 5204

def node_interface_mappings
  @node_interface_mappings
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


5205
5206
5207
# File 'sig/types.rbs', line 5205

def role
  @role
end

#sdi_source_mappings::Array[Types::SdiSourceMapping]

Returns the value of attribute sdi_source_mappings.

Returns:



5207
5208
5209
# File 'sig/types.rbs', line 5207

def sdi_source_mappings
  @sdi_source_mappings
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED")


5206
5207
5208
# File 'sig/types.rbs', line 5206

def state
  @state
end