Class: Aws::SecurityHub::Types::AwsEc2VpnConnectionRoutesDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_cidr_blockString

The CIDR block associated with the local subnet of the customer data center.

Returns:

  • (String)


9080
9081
9082
9083
9084
9085
# File 'lib/aws-sdk-securityhub/types.rb', line 9080

class AwsEc2VpnConnectionRoutesDetails < Struct.new(
  :destination_cidr_block,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the static route.

Returns:

  • (String)


9080
9081
9082
9083
9084
9085
# File 'lib/aws-sdk-securityhub/types.rb', line 9080

class AwsEc2VpnConnectionRoutesDetails < Struct.new(
  :destination_cidr_block,
  :state)
  SENSITIVE = []
  include Aws::Structure
end