Class: Aws::BCMDataExports::Types::CreateExportRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exportTypes::Export

The details of the export, including data query, name, description, and destination configuration.

Returns:



51
52
53
54
55
56
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 51

class CreateExportRequest < Struct.new(
  :export,
  :resource_tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsArray<Types::ResourceTag>

An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.

Returns:



51
52
53
54
55
56
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 51

class CreateExportRequest < Struct.new(
  :export,
  :resource_tags)
  SENSITIVE = []
  include Aws::Structure
end