Class: Aws::Types::Node
- Inherits:
-
Object
- Object
- Aws::Types::Node
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_details ⇒ Types::CrawlerNodeDetails
Returns the value of attribute crawler_details.
-
#job_details ⇒ Types::JobNodeDetails
Returns the value of attribute job_details.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trigger_details ⇒ Types::TriggerNodeDetails
Returns the value of attribute trigger_details.
-
#type ⇒ "CRAWLER", ...
Returns the value of attribute type.
-
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
Instance Attribute Details
#crawler_details ⇒ Types::CrawlerNodeDetails
Returns the value of attribute crawler_details.
5740 5741 5742 |
# File 'sig/types.rbs', line 5740 def crawler_details @crawler_details end |
#job_details ⇒ Types::JobNodeDetails
Returns the value of attribute job_details.
5739 5740 5741 |
# File 'sig/types.rbs', line 5739 def job_details @job_details end |
#name ⇒ ::String
Returns the value of attribute name.
5736 5737 5738 |
# File 'sig/types.rbs', line 5736 def name @name end |
#trigger_details ⇒ Types::TriggerNodeDetails
Returns the value of attribute trigger_details.
5738 5739 5740 |
# File 'sig/types.rbs', line 5738 def trigger_details @trigger_details end |
#type ⇒ "CRAWLER", ...
Returns the value of attribute type.
5735 5736 5737 |
# File 'sig/types.rbs', line 5735 def type @type end |
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
5737 5738 5739 |
# File 'sig/types.rbs', line 5737 def unique_id @unique_id end |