Class: Aws::Types::Node

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_detailsTypes::CrawlerNodeDetails

Returns the value of attribute crawler_details.



5769
5770
5771
# File 'sig/types.rbs', line 5769

def crawler_details
  @crawler_details
end

#job_detailsTypes::JobNodeDetails

Returns the value of attribute job_details.



5768
5769
5770
# File 'sig/types.rbs', line 5768

def job_details
  @job_details
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5765
5766
5767
# File 'sig/types.rbs', line 5765

def name
  @name
end

#trigger_detailsTypes::TriggerNodeDetails

Returns the value of attribute trigger_details.



5767
5768
5769
# File 'sig/types.rbs', line 5767

def trigger_details
  @trigger_details
end

#type"CRAWLER", ...

Returns the value of attribute type.

Returns:

  • ("CRAWLER", "JOB", "TRIGGER")


5764
5765
5766
# File 'sig/types.rbs', line 5764

def type
  @type
end

#unique_id::String

Returns the value of attribute unique_id.

Returns:

  • (::String)


5766
5767
5768
# File 'sig/types.rbs', line 5766

def unique_id
  @unique_id
end