Class: Aws::Types::CreateVpnConcentratorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3950
3951
3952
# File 'sig/types.rbs', line 3950

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3949
3950
3951
# File 'sig/types.rbs', line 3949

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3948
3949
3950
# File 'sig/types.rbs', line 3948

def transit_gateway_id
  @transit_gateway_id
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


3947
3948
3949
# File 'sig/types.rbs', line 3947

def type
  @type
end