Class: Aws::Types::ScraperSummary
- Inherits:
-
Object
- Object
- Aws::Types::ScraperSummary
- 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.
-
#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.
744 745 746 |
# File 'sig/types.rbs', line 744 def alias @alias end |
#arn ⇒ ::String
Returns the value of attribute arn.
746 747 748 |
# File 'sig/types.rbs', line 746 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
749 750 751 |
# File 'sig/types.rbs', line 749 def created_at @created_at end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
754 755 756 |
# File 'sig/types.rbs', line 754 def destination @destination end |
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
756 757 758 |
# File 'sig/types.rbs', line 756 def exporters @exporters end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
750 751 752 |
# File 'sig/types.rbs', line 750 def last_modified_at @last_modified_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
747 748 749 |
# File 'sig/types.rbs', line 747 def role_arn @role_arn end |
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
755 756 757 |
# File 'sig/types.rbs', line 755 def role_configuration @role_configuration end |
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
745 746 747 |
# File 'sig/types.rbs', line 745 def scraper_id @scraper_id end |
#source ⇒ Types::Source
Returns the value of attribute source.
753 754 755 |
# File 'sig/types.rbs', line 753 def source @source end |
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
748 749 750 |
# File 'sig/types.rbs', line 748 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
752 753 754 |
# File 'sig/types.rbs', line 752 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
751 752 753 |
# File 'sig/types.rbs', line 751 def @tags end |