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:



4075
4076
4077
4078
4079
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4075

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