Class: Aws::Types::CreateChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#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::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
-
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationConfiguration
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::ChannelStreamConfiguration]
Returns the value of attribute stream_configuration_list.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def channel_name @channel_name end |
#encryption_configuration ⇒ Types::ChannelEncryptionConfiguration
Returns the value of attribute encryption_configuration.
131 132 133 |
# File 'sig/types.rbs', line 131 def encryption_configuration @encryption_configuration end |
#logging_configuration ⇒ Types::ChannelLoggingConfiguration
Returns the value of attribute logging_configuration.
133 134 135 |
# File 'sig/types.rbs', line 133 def logging_configuration @logging_configuration end |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
129 130 131 |
# File 'sig/types.rbs', line 129 def s3_destination_configuration @s3_destination_configuration end |
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationConfiguration
Returns the value of attribute s3_tables_destination_configuration.
130 131 132 |
# File 'sig/types.rbs', line 130 def s3_tables_destination_configuration @s3_tables_destination_configuration end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def service_execution_role_arn @service_execution_role_arn end |
#stream_configuration_list ⇒ ::Array[Types::ChannelStreamConfiguration]
Returns the value of attribute stream_configuration_list.
128 129 130 |
# File 'sig/types.rbs', line 128 def stream_configuration_list @stream_configuration_list end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
132 133 134 |
# File 'sig/types.rbs', line 132 def @tags end |