Class: Aws::Types::AnalysisTypeReportResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def domain
  @domain
end

#first_accessed::Time

Returns the value of attribute first_accessed.

Returns:

  • (::Time)


54
55
56
# File 'sig/types.rbs', line 54

def first_accessed
  @first_accessed
end

#hitsTypes::Hits

Returns the value of attribute hits.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def hits
  @hits
end

#last_accessed::Time

Returns the value of attribute last_accessed.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def last_accessed
  @last_accessed
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def protocol
  @protocol
end

#unique_sourcesTypes::UniqueSources

Returns the value of attribute unique_sources.



58
59
60
# File 'sig/types.rbs', line 58

def unique_sources
  @unique_sources
end