Class: Aws::Types::DescribeScraperLoggingConfigurationResponse

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.



359
360
361
# File 'sig/types.rbs', line 359

def logging_destination
  @logging_destination
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


361
362
363
# File 'sig/types.rbs', line 361

def modified_at
  @modified_at
end

#scraper_components::Array[Types::ScraperComponent]

Returns the value of attribute scraper_components.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def scraper_components
  @scraper_components
end

#scraper_id::String

Returns the value of attribute scraper_id.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def scraper_id
  @scraper_id
end

#statusTypes::ScraperLoggingConfigurationStatus

Returns the value of attribute status.



357
358
359
# File 'sig/types.rbs', line 357

def status
  @status
end