Class: Aws::Types::AssessmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
Instance Attribute Details
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
82 83 84 |
# File 'sig/types.rbs', line 82 def customer_dns_ips @customer_dns_ips end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def dns_name @dns_name end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
85 86 87 |
# File 'sig/types.rbs', line 85 def instance_ids @instance_ids end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
86 87 88 |
# File 'sig/types.rbs', line 86 def security_group_ids @security_group_ids end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
84 85 86 |
# File 'sig/types.rbs', line 84 def vpc_settings @vpc_settings end |