Class: Aws::Types::UpdateChannelRequest

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)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def channel_arn
  @channel_arn
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def cluster_arn
  @cluster_arn
end

#iceberg_destination_updateTypes::IcebergDestinationUpdate

Returns the value of attribute iceberg_destination_update.



1650
1651
1652
# File 'sig/types.rbs', line 1650

def iceberg_destination_update
  @iceberg_destination_update
end

#s3_destination_updateTypes::S3DestinationUpdate

Returns the value of attribute s3_destination_update.



1651
1652
1653
# File 'sig/types.rbs', line 1651

def s3_destination_update
  @s3_destination_update
end