Class: Aws::Types::DisassociateMacSecKeyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def connection_id
  @connection_id
end

#mac_sec_keys::Array[Types::MacSecKey]

Returns the value of attribute mac_sec_keys.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def mac_sec_keys
  @mac_sec_keys
end