Class: Aws::Types::CreateScraperRequest

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)


188
189
190
# File 'sig/types.rbs', line 188

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def client_token
  @client_token
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def destination
  @destination
end

#exporters::Array[Types::ExporterConfiguration]

Returns the value of attribute exporters.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def exporters
  @exporters
end

#role_configurationTypes::RoleConfiguration

Returns the value of attribute role_configuration.



192
193
194
# File 'sig/types.rbs', line 192

def role_configuration
  @role_configuration
end

#scrape_configurationTypes::ScrapeConfiguration

Returns the value of attribute scrape_configuration.



189
190
191
# File 'sig/types.rbs', line 189

def scrape_configuration
  @scrape_configuration
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def source
  @source
end

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

Returns the value of attribute tags.

Returns:

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


194
195
196
# File 'sig/types.rbs', line 194

def tags
  @tags
end