Class: Aws::Types::ScraperDescription
- Inherits:
-
Object
- Object
- Aws::Types::ScraperDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
-
#scrape_configuration ⇒ Types::ScrapeConfiguration
Returns the value of attribute scrape_configuration.
-
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
704 705 706 |
# File 'sig/types.rbs', line 704 def alias @alias end |
#arn ⇒ ::String
Returns the value of attribute arn.
706 707 708 |
# File 'sig/types.rbs', line 706 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
709 710 711 |
# File 'sig/types.rbs', line 709 def created_at @created_at end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
715 716 717 |
# File 'sig/types.rbs', line 715 def destination @destination end |
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
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.
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.
707 708 709 |
# File 'sig/types.rbs', line 707 def role_arn @role_arn end |
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
716 717 718 |
# File 'sig/types.rbs', line 716 def role_configuration @role_configuration end |
#scrape_configuration ⇒ Types::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.
705 706 707 |
# File 'sig/types.rbs', line 705 def scraper_id @scraper_id end |
#source ⇒ Types::Source
Returns the value of attribute source.
714 715 716 |
# File 'sig/types.rbs', line 714 def source @source end |
#status ⇒ Types::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.
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.
711 712 713 |
# File 'sig/types.rbs', line 711 def @tags end |