Class: Aws::SecurityHub::Types::AwsEc2VpnConnectionRoutesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2VpnConnectionRoutesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A static routes associated with the VPN connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ String
The CIDR block associated with the local subnet of the customer data center.
-
#state ⇒ String
The current state of the static route.
Instance Attribute Details
#destination_cidr_block ⇒ String
The CIDR block associated with the local subnet of the customer data center.
9405 9406 9407 9408 9409 9410 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9405 class AwsEc2VpnConnectionRoutesDetails < Struct.new( :destination_cidr_block, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the static route.
9405 9406 9407 9408 9409 9410 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9405 class AwsEc2VpnConnectionRoutesDetails < Struct.new( :destination_cidr_block, :state) SENSITIVE = [] include Aws::Structure end |