Class: Aws::Types::AssessmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
-
#report_type ⇒ ::String
Returns the value of attribute report_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def assessment_id @assessment_id end |
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
103 104 105 |
# File 'sig/types.rbs', line 103 def customer_dns_ips @customer_dns_ips end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
98 99 100 |
# File 'sig/types.rbs', line 98 def directory_id @directory_id end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def dns_name @dns_name end |
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
101 102 103 |
# File 'sig/types.rbs', line 101 def last_update_date_time @last_update_date_time end |
#report_type ⇒ ::String
Returns the value of attribute report_type.
104 105 106 |
# File 'sig/types.rbs', line 104 def report_type @report_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
100 101 102 |
# File 'sig/types.rbs', line 100 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
102 103 104 |
# File 'sig/types.rbs', line 102 def status @status end |