Class: Aws::Types::Assessment
- Inherits:
-
Object
- Object
- Aws::Types::Assessment
- 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.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#self_managed_instance_ids ⇒ ::Array[::String]
Returns the value of attribute self_managed_instance_ids.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def assessment_id @assessment_id end |
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
71 72 73 |
# File 'sig/types.rbs', line 71 def customer_dns_ips @customer_dns_ips end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def directory_id @directory_id end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def dns_name @dns_name end |
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
67 68 69 |
# File 'sig/types.rbs', line 67 def last_update_date_time @last_update_date_time end |
#report_type ⇒ ::String
Returns the value of attribute report_type.
76 77 78 |
# File 'sig/types.rbs', line 76 def report_type @report_type end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
74 75 76 |
# File 'sig/types.rbs', line 74 def security_group_ids @security_group_ids end |
#self_managed_instance_ids ⇒ ::Array[::String]
Returns the value of attribute self_managed_instance_ids.
75 76 77 |
# File 'sig/types.rbs', line 75 def self_managed_instance_ids @self_managed_instance_ids end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
66 67 68 |
# File 'sig/types.rbs', line 66 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
68 69 70 |
# File 'sig/types.rbs', line 68 def status @status end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
69 70 71 |
# File 'sig/types.rbs', line 69 def status_code @status_code end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
70 71 72 |
# File 'sig/types.rbs', line 70 def status_reason @status_reason end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
73 74 75 |
# File 'sig/types.rbs', line 73 def subnet_ids @subnet_ids end |
#version ⇒ ::String
Returns the value of attribute version.
77 78 79 |
# File 'sig/types.rbs', line 77 def version @version end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def vpc_id @vpc_id end |