Class: Aws::Types::AwsEc2VpnConnectionDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def customer_gateway_id
  @customer_gateway_id
end

#optionsTypes::AwsEc2VpnConnectionOptionsDetails

Returns the value of attribute options.



1977
1978
1979
# File 'sig/types.rbs', line 1977

def options
  @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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def vpn_gateway_id
  @vpn_gateway_id
end