Class: Aws::Comprehend::Types::DescribeFlywheelIterationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flywheel_arnString

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2110

class DescribeFlywheelIterationRequest < Struct.new(
  :flywheel_arn,
  :flywheel_iteration_id)
  SENSITIVE = []
  include Aws::Structure
end

#flywheel_iteration_idString

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2110

class DescribeFlywheelIterationRequest < Struct.new(
  :flywheel_arn,
  :flywheel_iteration_id)
  SENSITIVE = []
  include Aws::Structure
end