Class: Aws::Types::UpdateChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#logging_configuration ⇒ Types::ChannelLoggingUpdateInput
Returns the value of attribute logging_configuration.
-
#s3_destination_configuration ⇒ Types::S3DestinationUpdateInput
Returns the value of attribute s3_destination_configuration.
-
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationUpdateInput
Returns the value of attribute s3_tables_destination_configuration.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
869 870 871 |
# File 'sig/types.rbs', line 869 def channel_arn @channel_arn end |
#logging_configuration ⇒ Types::ChannelLoggingUpdateInput
Returns the value of attribute logging_configuration.
872 873 874 |
# File 'sig/types.rbs', line 872 def logging_configuration @logging_configuration end |
#s3_destination_configuration ⇒ Types::S3DestinationUpdateInput
Returns the value of attribute s3_destination_configuration.
870 871 872 |
# File 'sig/types.rbs', line 870 def s3_destination_configuration @s3_destination_configuration end |
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationUpdateInput
Returns the value of attribute s3_tables_destination_configuration.
871 872 873 |
# File 'sig/types.rbs', line 871 def s3_tables_destination_configuration @s3_tables_destination_configuration end |