Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#iceberg_destination_update ⇒ Types::IcebergDestinationUpdate
Returns the value of attribute iceberg_destination_update.
-
#s3_destination_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_destination_update.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def channel_arn @channel_arn end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def cluster_arn @cluster_arn end |
#iceberg_destination_update ⇒ Types::IcebergDestinationUpdate
Returns the value of attribute iceberg_destination_update.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def iceberg_destination_update @iceberg_destination_update end |
#s3_destination_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_destination_update.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def s3_destination_update @s3_destination_update end |