Class: Aws::Types::DeliveryChannel

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#config_snapshot_delivery_propertiesTypes::ConfigSnapshotDeliveryProperties

Returns the value of attribute config_snapshot_delivery_properties.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def sns_topic_arn
  @sns_topic_arn
end