Class: Aws::Types::CreateProfileJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
-
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
-
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_location ⇒ Types::S3Location
Returns the value of attribute output_location.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
81 82 83 |
# File 'sig/types.rbs', line 81 def configuration @configuration end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def dataset_name @dataset_name end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def encryption_key_arn @encryption_key_arn end |
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
75 76 77 |
# File 'sig/types.rbs', line 75 def encryption_mode @encryption_mode end |
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
86 87 88 |
# File 'sig/types.rbs', line 86 def job_sample @job_sample end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
77 78 79 |
# File 'sig/types.rbs', line 77 def log_subscription @log_subscription end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
78 79 80 |
# File 'sig/types.rbs', line 78 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
79 80 81 |
# File 'sig/types.rbs', line 79 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
76 77 78 |
# File 'sig/types.rbs', line 76 def name @name end |
#output_location ⇒ Types::S3Location
Returns the value of attribute output_location.
80 81 82 |
# File 'sig/types.rbs', line 80 def output_location @output_location end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
84 85 86 |
# File 'sig/types.rbs', line 84 def end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
85 86 87 |
# File 'sig/types.rbs', line 85 def timeout @timeout end |
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
82 83 84 |
# File 'sig/types.rbs', line 82 def validation_configurations @validation_configurations end |