Class: Aws::Comprehend::Types::UpdateFlywheelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_model_arnString

The Amazon Resource Number (ARN) of the active model version.

Returns:

  • (String)


8869
8870
8871
8872
8873
8874
8875
8876
# File 'lib/aws-sdk-comprehend/types.rb', line 8869

class UpdateFlywheelRequest < Struct.new(
  :flywheel_arn,
  :active_model_arn,
  :data_access_role_arn,
  :data_security_config)
  SENSITIVE = []
  include Aws::Structure
end

#data_access_role_arnString

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

Returns:

  • (String)


8869
8870
8871
8872
8873
8874
8875
8876
# File 'lib/aws-sdk-comprehend/types.rb', line 8869

class UpdateFlywheelRequest < Struct.new(
  :flywheel_arn,
  :active_model_arn,
  :data_access_role_arn,
  :data_security_config)
  SENSITIVE = []
  include Aws::Structure
end

#data_security_configTypes::UpdateDataSecurityConfig

Flywheel data security configuration.



8869
8870
8871
8872
8873
8874
8875
8876
# File 'lib/aws-sdk-comprehend/types.rb', line 8869

class UpdateFlywheelRequest < Struct.new(
  :flywheel_arn,
  :active_model_arn,
  :data_access_role_arn,
  :data_security_config)
  SENSITIVE = []
  include Aws::Structure
end

#flywheel_arnString

The Amazon Resource Number (ARN) of the flywheel to update.

Returns:

  • (String)


8869
8870
8871
8872
8873
8874
8875
8876
# File 'lib/aws-sdk-comprehend/types.rb', line 8869

class UpdateFlywheelRequest < Struct.new(
  :flywheel_arn,
  :active_model_arn,
  :data_access_role_arn,
  :data_security_config)
  SENSITIVE = []
  include Aws::Structure
end