Class: Aws::Types::StartAudienceExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAudienceExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience_generation_job_arn ⇒ ::String
Returns the value of attribute audience_generation_job_arn.
-
#audience_size ⇒ Types::AudienceSize
Returns the value of attribute audience_size.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#audience_generation_job_arn ⇒ ::String
Returns the value of attribute audience_generation_job_arn.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def audience_generation_job_arn @audience_generation_job_arn end |
#audience_size ⇒ Types::AudienceSize
Returns the value of attribute audience_size.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def audience_size @audience_size end |
#description ⇒ ::String
Returns the value of attribute description.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def name @name end |