Class: Aws::Types::CreateScraperRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScraperRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
-
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
-
#scrape_configuration ⇒ Types::ScrapeConfiguration
Returns the value of attribute scrape_configuration.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
188 189 190 |
# File 'sig/types.rbs', line 188 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
193 194 195 |
# File 'sig/types.rbs', line 193 def client_token @client_token end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
191 192 193 |
# File 'sig/types.rbs', line 191 def destination @destination end |
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
195 196 197 |
# File 'sig/types.rbs', line 195 def exporters @exporters end |
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
192 193 194 |
# File 'sig/types.rbs', line 192 def role_configuration @role_configuration end |
#scrape_configuration ⇒ Types::ScrapeConfiguration
Returns the value of attribute scrape_configuration.
189 190 191 |
# File 'sig/types.rbs', line 189 def scrape_configuration @scrape_configuration end |
#source ⇒ Types::Source
Returns the value of attribute source.
190 191 192 |
# File 'sig/types.rbs', line 190 def source @source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
194 195 196 |
# File 'sig/types.rbs', line 194 def @tags end |