Class: Aws::Types::ScraperDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def alias
  @alias
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


709
710
711
# File 'sig/types.rbs', line 709

def created_at
  @created_at
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



715
716
717
# File 'sig/types.rbs', line 715

def destination
  @destination
end

#exporters::Array[Types::ExporterConfiguration]

Returns the value of attribute exporters.

Returns:



717
718
719
# File 'sig/types.rbs', line 717

def exporters
  @exporters
end

#last_modified_at::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


710
711
712
# File 'sig/types.rbs', line 710

def last_modified_at
  @last_modified_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def role_arn
  @role_arn
end

#role_configurationTypes::RoleConfiguration

Returns the value of attribute role_configuration.



716
717
718
# File 'sig/types.rbs', line 716

def role_configuration
  @role_configuration
end

#scrape_configurationTypes::ScrapeConfiguration

Returns the value of attribute scrape_configuration.



713
714
715
# File 'sig/types.rbs', line 713

def scrape_configuration
  @scrape_configuration
end

#scraper_id::String

Returns the value of attribute scraper_id.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def scraper_id
  @scraper_id
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def source
  @source
end

#statusTypes::ScraperStatus

Returns the value of attribute status.



708
709
710
# File 'sig/types.rbs', line 708

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


711
712
713
# File 'sig/types.rbs', line 711

def tags
  @tags
end