Class: Aws::Types::VpnConcentrator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


19504
19505
19506
# File 'sig/types.rbs', line 19504

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19508
19509
19510
# File 'sig/types.rbs', line 19508

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


19506
19507
19508
# File 'sig/types.rbs', line 19506

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


19505
19506
19507
# File 'sig/types.rbs', line 19505

def transit_gateway_id
  @transit_gateway_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


19507
19508
19509
# File 'sig/types.rbs', line 19507

def type
  @type
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


19503
19504
19505
# File 'sig/types.rbs', line 19503

def vpn_concentrator_id
  @vpn_concentrator_id
end