Class: Aws::Types::CreateDataSetExportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def application_id
  @application_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def client_token
  @client_token
end

#export_configTypes::DataSetExportConfig

Returns the value of attribute export_config.



136
137
138
# File 'sig/types.rbs', line 136

def export_config
  @export_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def kms_key_id
  @kms_key_id
end