Class: Aws::Types::LinkAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def global_network_id
  @global_network_id
end

Returns the value of attribute link_association_state.

Returns:

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


1250
1251
1252
# File 'sig/types.rbs', line 1250

def link_association_state
  @link_association_state
end

Returns the value of attribute link_id.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def link_id
  @link_id
end