Class: Aws::Types::GenerateDataSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_defined_values::Hash[::String, ::String]

Returns the value of attribute customer_defined_values.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Time)


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.

Returns:

  • ("customer_subscriber_hourly_monthly_subscriptions", "customer_subscriber_annual_subscriptions", "daily_business_usage_by_instance_type", "daily_business_fees", "daily_business_free_trial_conversions", "daily_business_new_instances", "daily_business_new_product_subscribers", "daily_business_canceled_product_subscribers", "monthly_revenue_billing_and_revenue_data", "monthly_revenue_annual_subscriptions", "monthly_revenue_field_demonstration_usage", "monthly_revenue_flexible_payment_schedule", "disbursed_amount_by_product", "disbursed_amount_by_product_with_uncollected_funds", "disbursed_amount_by_instance_hours", "disbursed_amount_by_customer_geo", "disbursed_amount_by_age_of_uncollected_funds", "disbursed_amount_by_age_of_disbursed_funds", "disbursed_amount_by_age_of_past_due_funds", "disbursed_amount_by_uncollected_funds_breakdown", "customer_profile_by_industry", "customer_profile_by_revenue", "customer_profile_by_geography", "sales_compensation_billed_revenue", "us_sales_and_use_tax_records")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def sns_topic_arn
  @sns_topic_arn
end