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)


859
860
861
# File 'sig/types.rbs', line 859

def channel_arn
  @channel_arn
end

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