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)


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

#stateString

The current state of the static route.

Returns:

  • (String)


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