Class: Aws::BCMDataExports::Types::UpdateExportRequest

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 name and query details for the export.

Returns:



855
856
857
858
859
860
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 855

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

#export_arnString

The Amazon Resource Name (ARN) for this export.

Returns:

  • (String)


855
856
857
858
859
860
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 855

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