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.
497 498 499 |
# File 'sig/types.rbs', line 497 def channel_arn @channel_arn end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
498 499 500 |
# File 'sig/types.rbs', line 498 def channel_name @channel_name end |
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def cluster_operation_arn @cluster_operation_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
504 505 506 |
# File 'sig/types.rbs', line 504 def creation_time @creation_time end |
#destination_type ⇒ "ICEBERG", "S3"
Returns the value of attribute destination_type.
503 504 505 |
# File 'sig/types.rbs', line 503 def destination_type @destination_type end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
499 500 501 |
# File 'sig/types.rbs', line 499 def encryption_configuration @encryption_configuration end |
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
Returns the value of attribute iceberg_destination_configuration.
500 501 502 |
# File 'sig/types.rbs', line 500 def iceberg_destination_configuration @iceberg_destination_configuration end |
#logging_info ⇒ Types::ChannelLoggingInfo
Returns the value of attribute logging_info.
506 507 508 |
# File 'sig/types.rbs', line 506 def logging_info @logging_info end |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
501 502 503 |
# File 'sig/types.rbs', line 501 def s3_destination_configuration @s3_destination_configuration end |
#state_info ⇒ Types::ChannelStateInfo
Returns the value of attribute state_info.
507 508 509 |
# File 'sig/types.rbs', line 507 def state_info @state_info end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
502 503 504 |
# File 'sig/types.rbs', line 502 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
509 510 511 |
# File 'sig/types.rbs', line 509 def @tags end |
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configuration_list.
505 506 507 |
# File 'sig/types.rbs', line 505 def topic_configuration_list @topic_configuration_list end |