Class: Aws::Types::ScraperComponent
- Inherits:
-
Object
- Object
- Aws::Types::ScraperComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ Types::ComponentConfig
Returns the value of attribute config.
-
#type ⇒ "SERVICE_DISCOVERY", ...
Returns the value of attribute type.
Instance Attribute Details
#config ⇒ Types::ComponentConfig
Returns the value of attribute config.
699 700 701 |
# File 'sig/types.rbs', line 699 def config @config end |
#type ⇒ "SERVICE_DISCOVERY", ...
Returns the value of attribute type.
698 699 700 |
# File 'sig/types.rbs', line 698 def type @type end |