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)


3875
3876
3877
# File 'sig/types.rbs', line 3875

def amazon_side_asn
  @amazon_side_asn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


3872
3873
3874
# File 'sig/types.rbs', line 3872

def availability_zone
  @availability_zone
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3876
3877
3878
# File 'sig/types.rbs', line 3876

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3874
3875
3876
# File 'sig/types.rbs', line 3874

def tag_specifications
  @tag_specifications
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


3873
3874
3875
# File 'sig/types.rbs', line 3873

def type
  @type
end