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)


19864
19865
19866
# File 'sig/types.rbs', line 19864

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19868
19869
19870
# File 'sig/types.rbs', line 19868

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


19866
19867
19868
# File 'sig/types.rbs', line 19866

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


19865
19866
19867
# File 'sig/types.rbs', line 19865

def transit_gateway_id
  @transit_gateway_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


19867
19868
19869
# File 'sig/types.rbs', line 19867

def type
  @type
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


19863
19864
19865
# File 'sig/types.rbs', line 19863

def vpn_concentrator_id
  @vpn_concentrator_id
end