Class: Aws::Types::CreateVpnGatewayRequest

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)


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

def amazon_side_asn
  @amazon_side_asn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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

def availability_zone
  @availability_zone
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



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

def tag_specifications
  @tag_specifications
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


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

def type
  @type
end