Class: Aws::Types::CustomerGateway

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_asn::String

Returns the value of attribute bgp_asn.

Returns:

  • (::String)


4038
4039
4040
# File 'sig/types.rbs', line 4038

def bgp_asn
  @bgp_asn
end

#bgp_asn_extended::String

Returns the value of attribute bgp_asn_extended.

Returns:

  • (::String)


4033
4034
4035
# File 'sig/types.rbs', line 4033

def bgp_asn_extended
  @bgp_asn_extended
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


4030
4031
4032
# File 'sig/types.rbs', line 4030

def certificate_arn
  @certificate_arn
end

#customer_gateway_id::String

Returns the value of attribute customer_gateway_id.

Returns:

  • (::String)


4034
4035
4036
# File 'sig/types.rbs', line 4034

def customer_gateway_id
  @customer_gateway_id
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


4031
4032
4033
# File 'sig/types.rbs', line 4031

def device_name
  @device_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


4037
4038
4039
# File 'sig/types.rbs', line 4037

def ip_address
  @ip_address
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


4035
4036
4037
# File 'sig/types.rbs', line 4035

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4032
4033
4034
# File 'sig/types.rbs', line 4032

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4036
4037
4038
# File 'sig/types.rbs', line 4036

def type
  @type
end