Class: Aws::Types::ChannelDescription
- Inherits:
-
Object
- Object
- Aws::Types::ChannelDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_creation_timestamp ⇒ ::Time
Returns the value of attribute channel_creation_timestamp.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_status ⇒ "CREATING", ...
Returns the value of attribute channel_status.
-
#channel_status_reason ⇒ ::String
Returns the value of attribute channel_status_reason.
-
#encryption_configuration ⇒ Types::ChannelEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#logging_configuration ⇒ Types::ChannelLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#s3_destination_configuration ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_configuration.
-
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationDescription
Returns the value of attribute s3_tables_destination_configuration.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#stream_configuration_list ⇒ ::Array[Types::ChannelStreamDescription]
Returns the value of attribute stream_configuration_list.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
26 27 28 |
# File 'sig/types.rbs', line 26 def channel_arn @channel_arn end |
#channel_creation_timestamp ⇒ ::Time
Returns the value of attribute channel_creation_timestamp.
30 31 32 |
# File 'sig/types.rbs', line 30 def @channel_creation_timestamp end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def channel_name @channel_name end |
#channel_status ⇒ "CREATING", ...
Returns the value of attribute channel_status.
28 29 30 |
# File 'sig/types.rbs', line 28 def channel_status @channel_status end |
#channel_status_reason ⇒ ::String
Returns the value of attribute channel_status_reason.
29 30 31 |
# File 'sig/types.rbs', line 29 def channel_status_reason @channel_status_reason end |
#encryption_configuration ⇒ Types::ChannelEncryptionConfiguration
Returns the value of attribute encryption_configuration.
35 36 37 |
# File 'sig/types.rbs', line 35 def encryption_configuration @encryption_configuration end |
#logging_configuration ⇒ Types::ChannelLoggingConfiguration
Returns the value of attribute logging_configuration.
36 37 38 |
# File 'sig/types.rbs', line 36 def logging_configuration @logging_configuration end |
#s3_destination_configuration ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_configuration.
33 34 35 |
# File 'sig/types.rbs', line 33 def s3_destination_configuration @s3_destination_configuration end |
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationDescription
Returns the value of attribute s3_tables_destination_configuration.
34 35 36 |
# File 'sig/types.rbs', line 34 def s3_tables_destination_configuration @s3_tables_destination_configuration end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def service_execution_role_arn @service_execution_role_arn end |
#stream_configuration_list ⇒ ::Array[Types::ChannelStreamDescription]
Returns the value of attribute stream_configuration_list.
32 33 34 |
# File 'sig/types.rbs', line 32 def stream_configuration_list @stream_configuration_list end |