Class: Aws::Types::GenerateDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_defined_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_defined_values.
-
#data_set_publication_date ⇒ ::Time
Returns the value of attribute data_set_publication_date.
-
#data_set_type ⇒ "customer_subscriber_hourly_monthly_subscriptions", ...
Returns the value of attribute data_set_type.
-
#destination_s3_bucket_name ⇒ ::String
Returns the value of attribute destination_s3_bucket_name.
-
#destination_s3_prefix ⇒ ::String
Returns the value of attribute destination_s3_prefix.
-
#role_name_arn ⇒ ::String
Returns the value of attribute role_name_arn.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#customer_defined_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_defined_values.
18 19 20 |
# File 'sig/types.rbs', line 18 def customer_defined_values @customer_defined_values end |
#data_set_publication_date ⇒ ::Time
Returns the value of attribute data_set_publication_date.
13 14 15 |
# File 'sig/types.rbs', line 13 def data_set_publication_date @data_set_publication_date end |
#data_set_type ⇒ "customer_subscriber_hourly_monthly_subscriptions", ...
Returns the value of attribute data_set_type.
12 13 14 |
# File 'sig/types.rbs', line 12 def data_set_type @data_set_type end |
#destination_s3_bucket_name ⇒ ::String
Returns the value of attribute destination_s3_bucket_name.
15 16 17 |
# File 'sig/types.rbs', line 15 def destination_s3_bucket_name @destination_s3_bucket_name end |
#destination_s3_prefix ⇒ ::String
Returns the value of attribute destination_s3_prefix.
16 17 18 |
# File 'sig/types.rbs', line 16 def destination_s3_prefix @destination_s3_prefix end |
#role_name_arn ⇒ ::String
Returns the value of attribute role_name_arn.
14 15 16 |
# File 'sig/types.rbs', line 14 def role_name_arn @role_name_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def sns_topic_arn @sns_topic_arn end |