Class: Aws::Types::DescribeNodeResponse

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:



5182
5183
5184
# File 'sig/types.rbs', line 5182

def arn
  @arn
end

#channel_placement_groups::Array[::String]

Returns the value of attribute channel_placement_groups.

Returns:



5183
5184
5185
# File 'sig/types.rbs', line 5183

def channel_placement_groups
  @channel_placement_groups
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:



5184
5185
5186
# File 'sig/types.rbs', line 5184

def cluster_id
  @cluster_id
end

#connection_state"CONNECTED", "DISCONNECTED"

Returns the value of attribute connection_state.

Returns:



5185
5186
5187
# File 'sig/types.rbs', line 5185

def connection_state
  @connection_state
end

#id::String

Returns the value of attribute id.

Returns:



5186
5187
5188
# File 'sig/types.rbs', line 5186

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:



5187
5188
5189
# File 'sig/types.rbs', line 5187

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:



5188
5189
5190
# File 'sig/types.rbs', line 5188

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMapping]

Returns the value of attribute node_interface_mappings.

Returns:



5189
5190
5191
# File 'sig/types.rbs', line 5189

def node_interface_mappings
  @node_interface_mappings
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:



5190
5191
5192
# File 'sig/types.rbs', line 5190

def role
  @role
end

#sdi_source_mappings::Array[Types::SdiSourceMapping]

Returns the value of attribute sdi_source_mappings.

Returns:



5192
5193
5194
# File 'sig/types.rbs', line 5192

def sdi_source_mappings
  @sdi_source_mappings
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:



5191
5192
5193
# File 'sig/types.rbs', line 5191

def state
  @state
end