DescribeVpcAttributeResult
public struct DescribeVpcAttributeResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.
Declaration
Swift
public let enableDnsHostnames: AttributeBooleanValue?
-
Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
Declaration
Swift
public let enableDnsSupport: AttributeBooleanValue?
-
The ID of the VPC.
Declaration
Swift
public let vpcId: String?
-
Undocumented
Declaration
Swift
public init(enableDnsHostnames: AttributeBooleanValue? = nil, enableDnsSupport: AttributeBooleanValue? = nil, vpcId: String? = nil)