Class: Aws::Types::CreateAdapterVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAdapterVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#dataset_config ⇒ Types::AdapterVersionDatasetConfig
Returns the value of attribute dataset_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
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.
153 154 155 |
# File 'sig/types.rbs', line 153 def client_request_token @client_request_token end |
#dataset_config ⇒ Types::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.
155 156 157 |
# File 'sig/types.rbs', line 155 def kms_key_id @kms_key_id end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
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.
157 158 159 |
# File 'sig/types.rbs', line 157 def @tags end |