Class: Aws::Types::CustomerGatewayAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_arn ⇒ ::String

Returns the value of attribute customer_gateway_arn.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def customer_gateway_arn
  @customer_gateway_arn
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def link_id
  @link_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "DELETED")


611
612
613
# File 'sig/types.rbs', line 611

def state
  @state
end