Class: Aws::Types::ScraperSummary

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)


744
745
746
# File 'sig/types.rbs', line 744

def alias
  @alias
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


749
750
751
# File 'sig/types.rbs', line 749

def created_at
  @created_at
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def destination
  @destination
end

#exporters::Array[Types::ExporterConfiguration]

Returns the value of attribute exporters.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def role_arn
  @role_arn
end

#role_configurationTypes::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.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def scraper_id
  @scraper_id
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



753
754
755
# File 'sig/types.rbs', line 753

def source
  @source
end

#statusTypes::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.

Returns:

  • (::String)


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.

Returns:

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


751
752
753
# File 'sig/types.rbs', line 751

def tags
  @tags
end