Class: Aws::Types::UpdateScraperResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def arn
  @arn
end

#scraper_id::String

Returns the value of attribute scraper_id.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def scraper_id
  @scraper_id
end

#statusTypes::ScraperStatus

Returns the value of attribute status.



859
860
861
# File 'sig/types.rbs', line 859

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


860
861
862
# File 'sig/types.rbs', line 860

def tags
  @tags
end