Class: Aws::Types::DescribeChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination_type ⇒ "ICEBERG", "S3"
Returns the value of attribute destination_type.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
Returns the value of attribute iceberg_destination_configuration.
-
#logging_info ⇒ Types::ChannelLoggingInfo
Returns the value of attribute logging_info.
-
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
-
#state_info ⇒ Types::ChannelStateInfo
Returns the value of attribute state_info.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configuration_list.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def channel_arn @channel_arn end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
491 492 493 |
# File 'sig/types.rbs', line 491 def channel_name @channel_name end |
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def cluster_operation_arn @cluster_operation_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
497 498 499 |
# File 'sig/types.rbs', line 497 def creation_time @creation_time end |
#destination_type ⇒ "ICEBERG", "S3"
Returns the value of attribute destination_type.
496 497 498 |
# File 'sig/types.rbs', line 496 def destination_type @destination_type end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
492 493 494 |
# File 'sig/types.rbs', line 492 def encryption_configuration @encryption_configuration end |
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
Returns the value of attribute iceberg_destination_configuration.
493 494 495 |
# File 'sig/types.rbs', line 493 def iceberg_destination_configuration @iceberg_destination_configuration end |
#logging_info ⇒ Types::ChannelLoggingInfo
Returns the value of attribute logging_info.
499 500 501 |
# File 'sig/types.rbs', line 499 def logging_info @logging_info end |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
494 495 496 |
# File 'sig/types.rbs', line 494 def s3_destination_configuration @s3_destination_configuration end |
#state_info ⇒ Types::ChannelStateInfo
Returns the value of attribute state_info.
500 501 502 |
# File 'sig/types.rbs', line 500 def state_info @state_info end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
495 496 497 |
# File 'sig/types.rbs', line 495 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
502 503 504 |
# File 'sig/types.rbs', line 502 def @tags end |
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configuration_list.
498 499 500 |
# File 'sig/types.rbs', line 498 def topic_configuration_list @topic_configuration_list end |