Class: Aws::Types::AudienceGenerationJobDataSource
- Inherits:
-
Object
- Object
- Aws::Types::AudienceGenerationJobDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::S3ConfigMap
Returns the value of attribute data_source.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sql_compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute sql_compute_configuration.
-
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
Instance Attribute Details
#data_source ⇒ Types::S3ConfigMap
Returns the value of attribute data_source.
52 53 54 |
# File 'sig/types.rbs', line 52 def data_source @data_source end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def role_arn @role_arn end |
#sql_compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute sql_compute_configuration.
55 56 57 |
# File 'sig/types.rbs', line 55 def sql_compute_configuration @sql_compute_configuration end |
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
54 55 56 |
# File 'sig/types.rbs', line 54 def sql_parameters @sql_parameters end |