Class: Aws::Types::CreateDataSetExportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSetExportTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#export_config ⇒ Types::DataSetExportConfig
Returns the value of attribute export_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
135 136 137 |
# File 'sig/types.rbs', line 135 def client_token @client_token end |
#export_config ⇒ Types::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.
137 138 139 |
# File 'sig/types.rbs', line 137 def kms_key_id @kms_key_id end |