Class: Aws::Types::VpnGateway

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


19245
19246
19247
# File 'sig/types.rbs', line 19245

def amazon_side_asn
  @amazon_side_asn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


19250
19251
19252
# File 'sig/types.rbs', line 19250

def availability_zone
  @availability_zone
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


19248
19249
19250
# File 'sig/types.rbs', line 19248

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19246
19247
19248
# File 'sig/types.rbs', line 19246

def tags
  @tags
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


19249
19250
19251
# File 'sig/types.rbs', line 19249

def type
  @type
end

#vpc_attachments::Array[Types::VpcAttachment]

Returns the value of attribute vpc_attachments.

Returns:



19251
19252
19253
# File 'sig/types.rbs', line 19251

def vpc_attachments
  @vpc_attachments
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


19247
19248
19249
# File 'sig/types.rbs', line 19247

def vpn_gateway_id
  @vpn_gateway_id
end