Class: Aws::Types::CreateChannelInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def channel_name
  @channel_name
end

#encryption_configurationTypes::ChannelEncryptionConfiguration

Returns the value of attribute encryption_configuration.



131
132
133
# File 'sig/types.rbs', line 131

def encryption_configuration
  @encryption_configuration
end

#logging_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


132
133
134
# File 'sig/types.rbs', line 132

def tags
  @tags
end