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)


2343
2344
2345
# File 'sig/types.rbs', line 2343

def bgp_asn
  @bgp_asn
end

#bgp_asn_extended::Integer

Returns the value of attribute bgp_asn_extended.

Returns:

  • (::Integer)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def bgp_asn_extended
  @bgp_asn_extended
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def certificate_arn
  @certificate_arn
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def device_name
  @device_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def dry_run
  @dry_run
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def ip_address
  @ip_address
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def public_ip
  @public_ip
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2347
2348
2349
# File 'sig/types.rbs', line 2347

def tag_specifications
  @tag_specifications
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


2346
2347
2348
# File 'sig/types.rbs', line 2346

def type
  @type
end