Class: Aws::Types::AnalysisTypeReportResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisTypeReportResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#first_accessed ⇒ ::Time
Returns the value of attribute first_accessed.
-
#hits ⇒ Types::Hits
Returns the value of attribute hits.
-
#last_accessed ⇒ ::Time
Returns the value of attribute last_accessed.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#unique_sources ⇒ Types::UniqueSources
Returns the value of attribute unique_sources.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
56 57 58 |
# File 'sig/types.rbs', line 56 def domain @domain end |
#first_accessed ⇒ ::Time
Returns the value of attribute first_accessed.
54 55 56 |
# File 'sig/types.rbs', line 54 def first_accessed @first_accessed end |
#hits ⇒ Types::Hits
Returns the value of attribute hits.
57 58 59 |
# File 'sig/types.rbs', line 57 def hits @hits end |
#last_accessed ⇒ ::Time
Returns the value of attribute last_accessed.
55 56 57 |
# File 'sig/types.rbs', line 55 def last_accessed @last_accessed end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
53 54 55 |
# File 'sig/types.rbs', line 53 def protocol @protocol end |
#unique_sources ⇒ Types::UniqueSources
Returns the value of attribute unique_sources.
58 59 60 |
# File 'sig/types.rbs', line 58 def unique_sources @unique_sources end |