Class: Aws::Types::UpdateProfileJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • ("SSE-KMS", "SSE-S3")


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.

Returns:



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.

Returns:

  • ("ENABLE", "DISABLE")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


987
988
989
# File 'sig/types.rbs', line 987

def max_retries
  @max_retries
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def name
  @name
end

#output_location ⇒ Types::S3Location

Returns the value of attribute output_location.

Returns:



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.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def role_arn
  @role_arn
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


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.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def validation_configurations
  @validation_configurations
end