Class: Aws::Types::DescribeNodeSummary

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)


5212
5213
5214
# File 'sig/types.rbs', line 5212

def arn
  @arn
end

#channel_placement_groups::Array[::String]

Returns the value of attribute channel_placement_groups.

Returns:

  • (::Array[::String])


5213
5214
5215
# File 'sig/types.rbs', line 5213

def channel_placement_groups
  @channel_placement_groups
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5214
5215
5216
# File 'sig/types.rbs', line 5214

def cluster_id
  @cluster_id
end

#connection_state"CONNECTED", "DISCONNECTED"

Returns the value of attribute connection_state.

Returns:

  • ("CONNECTED", "DISCONNECTED")


5215
5216
5217
# File 'sig/types.rbs', line 5215

def connection_state
  @connection_state
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5216
5217
5218
# File 'sig/types.rbs', line 5216

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


5217
5218
5219
# File 'sig/types.rbs', line 5217

def instance_arn
  @instance_arn
end

#managed_instance_id::String

Returns the value of attribute managed_instance_id.

Returns:

  • (::String)


5218
5219
5220
# File 'sig/types.rbs', line 5218

def managed_instance_id
  @managed_instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5219
5220
5221
# File 'sig/types.rbs', line 5219

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMapping]

Returns the value of attribute node_interface_mappings.

Returns:



5220
5221
5222
# File 'sig/types.rbs', line 5220

def node_interface_mappings
  @node_interface_mappings
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


5221
5222
5223
# File 'sig/types.rbs', line 5221

def role
  @role
end

#sdi_source_mappings::Array[Types::SdiSourceMapping]

Returns the value of attribute sdi_source_mappings.

Returns:



5223
5224
5225
# File 'sig/types.rbs', line 5223

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")


5222
5223
5224
# File 'sig/types.rbs', line 5222

def state
  @state
end