Class: Aws::Types::Delivery
- Inherits:
-
Object
- Object
- Aws::Types::Delivery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#delivery_destination_arn ⇒ ::String
Returns the value of attribute delivery_destination_arn.
-
#delivery_destination_type ⇒ "S3", ...
Returns the value of attribute delivery_destination_type.
-
#delivery_source_name ⇒ ::String
Returns the value of attribute delivery_source_name.
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
-
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
443 444 445 |
# File 'sig/types.rbs', line 443 def arn @arn end |
#delivery_destination_arn ⇒ ::String
Returns the value of attribute delivery_destination_arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def delivery_destination_arn @delivery_destination_arn end |
#delivery_destination_type ⇒ "S3", ...
Returns the value of attribute delivery_destination_type.
446 447 448 |
# File 'sig/types.rbs', line 446 def delivery_destination_type @delivery_destination_type end |
#delivery_source_name ⇒ ::String
Returns the value of attribute delivery_source_name.
444 445 446 |
# File 'sig/types.rbs', line 444 def delivery_source_name @delivery_source_name end |
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
448 449 450 |
# File 'sig/types.rbs', line 448 def field_delimiter @field_delimiter end |
#id ⇒ ::String
Returns the value of attribute id.
442 443 444 |
# File 'sig/types.rbs', line 442 def id @id end |
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
447 448 449 |
# File 'sig/types.rbs', line 447 def record_fields @record_fields end |
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
449 450 451 |
# File 'sig/types.rbs', line 449 def s3_delivery_configuration @s3_delivery_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
450 451 452 |
# File 'sig/types.rbs', line 450 def @tags end |