Class: Aws::Types::UpdateProfileJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
-
#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.
-
#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.
981 982 983 |
# File 'sig/types.rbs', line 981 def configuration @configuration end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
982 983 984 |
# File 'sig/types.rbs', line 982 def encryption_key_arn @encryption_key_arn end |
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
983 984 985 |
# File 'sig/types.rbs', line 983 def encryption_mode @encryption_mode end |
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
992 993 994 |
# File 'sig/types.rbs', line 992 def job_sample @job_sample end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
985 986 987 |
# File 'sig/types.rbs', line 985 def log_subscription @log_subscription end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
986 987 988 |
# File 'sig/types.rbs', line 986 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
987 988 989 |
# File 'sig/types.rbs', line 987 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
984 985 986 |
# File 'sig/types.rbs', line 984 def name @name end |
#output_location ⇒ Types::S3Location
Returns the value of attribute output_location.
988 989 990 |
# File 'sig/types.rbs', line 988 def output_location @output_location end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
990 991 992 |
# File 'sig/types.rbs', line 990 def role_arn @role_arn end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
991 992 993 |
# File 'sig/types.rbs', line 991 def timeout @timeout end |
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
989 990 991 |
# File 'sig/types.rbs', line 989 def validation_configurations @validation_configurations end |