Class: Aws::Types::ChannelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anywhere_settingsTypes::DescribeAnywhereSettings

Returns the value of attribute anywhere_settings.



535
536
537
# File 'sig/types.rbs', line 535

def anywhere_settings
  @anywhere_settings
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def arn
  @arn
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



520
521
522
# File 'sig/types.rbs', line 520

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


521
522
523
# File 'sig/types.rbs', line 521

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionResponse

Returns the value of attribute channel_engine_version.



536
537
538
# File 'sig/types.rbs', line 536

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


539
540
541
# File 'sig/types.rbs', line 539

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



522
523
524
# File 'sig/types.rbs', line 522

def destinations
  @destinations
end

#egress_endpoints::Array[Types::ChannelEgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



523
524
525
# File 'sig/types.rbs', line 523

def egress_endpoints
  @egress_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def id
  @id
end

#inference_settingsTypes::DescribeInferenceSettings

Returns the value of attribute inference_settings.



540
541
542
# File 'sig/types.rbs', line 540

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



525
526
527
# File 'sig/types.rbs', line 525

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



526
527
528
# File 'sig/types.rbs', line 526

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::DescribeLinkedChannelSettings

Returns the value of attribute linked_channel_settings.



538
539
540
# File 'sig/types.rbs', line 538

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

  • ("ERROR", "WARNING", "INFO", "DEBUG", "DISABLED")


527
528
529
# File 'sig/types.rbs', line 527

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceStatus

Returns the value of attribute maintenance.



528
529
530
# File 'sig/types.rbs', line 528

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def name
  @name
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


530
531
532
# File 'sig/types.rbs', line 530

def pipelines_running_count
  @pipelines_running_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def role_arn
  @role_arn
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED")


532
533
534
# File 'sig/types.rbs', line 532

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


533
534
535
# File 'sig/types.rbs', line 533

def tags
  @tags
end

#used_channel_engine_versions::Array[Types::ChannelEngineVersionResponse]

Returns the value of attribute used_channel_engine_versions.



537
538
539
# File 'sig/types.rbs', line 537

def used_channel_engine_versions
  @used_channel_engine_versions
end

#vpcTypes::VpcOutputSettingsDescription

Returns the value of attribute vpc.



534
535
536
# File 'sig/types.rbs', line 534

def vpc
  @vpc
end