Class: Aws::Types::AssociateMacSecKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cak::String

Returns the value of attribute cak.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def cak
  @cak
end

#ckn::String

Returns the value of attribute ckn.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def ckn
  @ckn
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def connection_id
  @connection_id
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def secret_arn
  @secret_arn
end