Class: Aws::Types::DeliveryChannel
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_snapshot_delivery_properties ⇒ Types::ConfigSnapshotDeliveryProperties
Returns the value of attribute config_snapshot_delivery_properties.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
-
#s3_kms_key_arn ⇒ ::String
Returns the value of attribute s3_kms_key_arn.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#config_snapshot_delivery_properties ⇒ Types::ConfigSnapshotDeliveryProperties
Returns the value of attribute config_snapshot_delivery_properties.
626 627 628 |
# File 'sig/types.rbs', line 626 def config_snapshot_delivery_properties @config_snapshot_delivery_properties end |
#name ⇒ ::String
Returns the value of attribute name.
621 622 623 |
# File 'sig/types.rbs', line 621 def name @name end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
622 623 624 |
# File 'sig/types.rbs', line 622 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
623 624 625 |
# File 'sig/types.rbs', line 623 def s3_key_prefix @s3_key_prefix end |
#s3_kms_key_arn ⇒ ::String
Returns the value of attribute s3_kms_key_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def s3_kms_key_arn @s3_kms_key_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
625 626 627 |
# File 'sig/types.rbs', line 625 def sns_topic_arn @sns_topic_arn end |