Class: Aws::Types::CreateScraperResponse

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)


201
202
203
# File 'sig/types.rbs', line 201

def arn
  @arn
end

#scraper_id::String

Returns the value of attribute scraper_id.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def scraper_id
  @scraper_id
end

#statusTypes::ScraperStatus

Returns the value of attribute status.



202
203
204
# File 'sig/types.rbs', line 202

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


203
204
205
# File 'sig/types.rbs', line 203

def tags
  @tags
end