Class: Aws::SecurityHub::Types::AwsRoute53HostedZoneVpcDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRoute53HostedZoneVpcDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
For private hosted zones, this is a complex type that contains information about an Amazon VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of an Amazon VPC.
-
#region ⇒ String
The Amazon Web Services Region that an Amazon VPC was created in.
Instance Attribute Details
#id ⇒ String
The identifier of an Amazon VPC.
18316 18317 18318 18319 18320 18321 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18316 class AwsRoute53HostedZoneVpcDetails < Struct.new( :id, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region that an Amazon VPC was created in.
18316 18317 18318 18319 18320 18321 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18316 class AwsRoute53HostedZoneVpcDetails < Struct.new( :id, :region) SENSITIVE = [] include Aws::Structure end |