Class: Aws::Types::AssessmentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_dns_ips::Array[::String]

Returns the value of attribute customer_dns_ips.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


86
87
88
# File 'sig/types.rbs', line 86

def security_group_ids
  @security_group_ids
end

#vpc_settingsTypes::DirectoryVpcSettings

Returns the value of attribute vpc_settings.



84
85
86
# File 'sig/types.rbs', line 84

def vpc_settings
  @vpc_settings
end