Class: Aws::Types::UpdateScraperLoggingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logging_destinationTypes::ScraperLoggingDestination

Returns the value of attribute logging_destination.



835
836
837
# File 'sig/types.rbs', line 835

def logging_destination
  @logging_destination
end

#scraper_components::Array[Types::ScraperComponent]

Returns the value of attribute scraper_components.

Returns:



836
837
838
# File 'sig/types.rbs', line 836

def scraper_components
  @scraper_components
end

#scraper_id::String

Returns the value of attribute scraper_id.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def scraper_id
  @scraper_id
end