Method: Aws::SecurityHub::Types::AwsEc2VpcPeeringConnectionVpcInfoDetails#region
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#region ⇒ String
The Amazon Web Services Region in which the VPC is located.
8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8995 class AwsEc2VpcPeeringConnectionVpcInfoDetails < Struct.new( :cidr_block, :cidr_block_set, :ipv_6_cidr_block_set, :owner_id, :peering_options, :region, :vpc_id) SENSITIVE = [] include Aws::Structure end |