Class: Aws::Glue::Types::CrawlerNodeDetails

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

Overview

The details of a Crawler node present in the workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawlsArray<Types::Crawl>

A list of crawls represented by the crawl node.

Returns:



3797
3798
3799
3800
3801
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3797

class CrawlerNodeDetails < Struct.new(
  :crawls)
  SENSITIVE = []
  include Aws::Structure
end