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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


9402
9403
9404
9405
9406
9407
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9402

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

#stateString

The current state of the static route.

Returns:

  • (String)


9402
9403
9404
9405
9406
9407
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9402

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