Class: Aws::Types::ScraperComponent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configTypes::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.

Returns:

  • ("SERVICE_DISCOVERY", "COLLECTOR", "EXPORTER")


698
699
700
# File 'sig/types.rbs', line 698

def type
  @type
end