Class: Aws::Types::UpdateChannelInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def channel_arn
  @channel_arn
end

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