Class: Aws::Types::TransitGatewayClientVpnAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


18561
18562
18563
# File 'sig/types.rbs', line 18561

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#client_vpn_owner_id::String

Returns the value of attribute client_vpn_owner_id.

Returns:

  • (::String)


18562
18563
18564
# File 'sig/types.rbs', line 18562

def client_vpn_owner_id
  @client_vpn_owner_id
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


18564
18565
18566
# File 'sig/types.rbs', line 18564

def creation_time
  @creation_time
end

#state"pending-acceptance", ...

Returns the value of attribute state.

Returns:

  • ("pending-acceptance", "pending", "rejected", "available", "deleting", "deleted")


18563
18564
18565
# File 'sig/types.rbs', line 18563

def state
  @state
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18559
18560
18561
# File 'sig/types.rbs', line 18559

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18560
18561
18562
# File 'sig/types.rbs', line 18560

def transit_gateway_id
  @transit_gateway_id
end