Class: Aws::Types::UpdateScraperRequest

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)


847
848
849
# File 'sig/types.rbs', line 847

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def client_token
  @client_token
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def destination
  @destination
end

#exporters::Array[Types::ExporterConfiguration]

Returns the value of attribute exporters.

Returns:



852
853
854
# File 'sig/types.rbs', line 852

def exporters
  @exporters
end

#role_configurationTypes::RoleConfiguration

Returns the value of attribute role_configuration.



850
851
852
# File 'sig/types.rbs', line 850

def role_configuration
  @role_configuration
end

#scrape_configurationTypes::ScrapeConfiguration

Returns the value of attribute scrape_configuration.



848
849
850
# File 'sig/types.rbs', line 848

def scrape_configuration
  @scrape_configuration
end

#scraper_id::String

Returns the value of attribute scraper_id.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def scraper_id
  @scraper_id
end