Class: Aws::Types::StartAudienceExportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audience_generation_job_arn::String

Returns the value of attribute audience_generation_job_arn.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def audience_generation_job_arn
  @audience_generation_job_arn
end

#audience_sizeTypes::AudienceSize

Returns the value of attribute audience_size.

Returns:



1268
1269
1270
# File 'sig/types.rbs', line 1268

def audience_size
  @audience_size
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def name
  @name
end