Class: Aws::Types::AwsEc2VpnConnectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpnConnectionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#customer_gateway_configuration ⇒ ::String
Returns the value of attribute customer_gateway_configuration.
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#options ⇒ Types::AwsEc2VpnConnectionOptionsDetails
Returns the value of attribute options.
-
#routes ⇒ ::Array[Types::AwsEc2VpnConnectionRoutesDetails]
Returns the value of attribute routes.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vgw_telemetry ⇒ ::Array[Types::AwsEc2VpnConnectionVgwTelemetryDetails]
Returns the value of attribute vgw_telemetry.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def category @category end |
#customer_gateway_configuration ⇒ ::String
Returns the value of attribute customer_gateway_configuration.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def customer_gateway_configuration @customer_gateway_configuration end |
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def customer_gateway_id @customer_gateway_id end |
#options ⇒ Types::AwsEc2VpnConnectionOptionsDetails
Returns the value of attribute options.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def @options end |
#routes ⇒ ::Array[Types::AwsEc2VpnConnectionRoutesDetails]
Returns the value of attribute routes.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def routes @routes end |
#state ⇒ ::String
Returns the value of attribute state.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def state @state end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def transit_gateway_id @transit_gateway_id end |
#type ⇒ ::String
Returns the value of attribute type.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def type @type end |
#vgw_telemetry ⇒ ::Array[Types::AwsEc2VpnConnectionVgwTelemetryDetails]
Returns the value of attribute vgw_telemetry.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def vgw_telemetry @vgw_telemetry end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def vpn_connection_id @vpn_connection_id end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def vpn_gateway_id @vpn_gateway_id end |