Class: Aws::Types::CreateCustomerGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_asn::Integer

Returns the value of attribute bgp_asn.

Returns:

  • (::Integer)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def bgp_asn
  @bgp_asn
end

#bgp_asn_extended::Integer

Returns the value of attribute bgp_asn_extended.

Returns:

  • (::Integer)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def bgp_asn_extended
  @bgp_asn_extended
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


2233
2234
2235
# File 'sig/types.rbs', line 2233

def certificate_arn
  @certificate_arn
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def device_name
  @device_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def dry_run
  @dry_run
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


2237
2238
2239
# File 'sig/types.rbs', line 2237

def ip_address
  @ip_address
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def public_ip
  @public_ip
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2235
2236
2237
# File 'sig/types.rbs', line 2235

def tag_specifications
  @tag_specifications
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


2234
2235
2236
# File 'sig/types.rbs', line 2234

def type
  @type
end