Class: Aws::Types::CreateAdapterVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_id::String

Returns the value of attribute adapter_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def adapter_id
  @adapter_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def client_request_token
  @client_request_token
end

#dataset_configTypes::AdapterVersionDatasetConfig

Returns the value of attribute dataset_config.



154
155
156
# File 'sig/types.rbs', line 154

def dataset_config
  @dataset_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def kms_key_id
  @kms_key_id
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def output_config
  @output_config
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


157
158
159
# File 'sig/types.rbs', line 157

def tags
  @tags
end