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)


103
104
105
# File 'sig/types.rbs', line 103

def cak
  @cak
end

#ckn::String

Returns the value of attribute ckn.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def ckn
  @ckn
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def connection_id
  @connection_id
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def secret_arn
  @secret_arn
end