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.
859 860 861 |
# File 'sig/types.rbs', line 859 def channel_arn @channel_arn end |
#logging_configuration ⇒ Types::ChannelLoggingUpdateInput
Returns the value of attribute logging_configuration.
862 863 864 |
# File 'sig/types.rbs', line 862 def logging_configuration @logging_configuration end |
#s3_destination_configuration ⇒ Types::S3DestinationUpdateInput
Returns the value of attribute s3_destination_configuration.
860 861 862 |
# File 'sig/types.rbs', line 860 def s3_destination_configuration @s3_destination_configuration end |
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationUpdateInput
Returns the value of attribute s3_tables_destination_configuration.
861 862 863 |
# File 'sig/types.rbs', line 861 def s3_tables_destination_configuration @s3_tables_destination_configuration end |