Class: Aws::Types::GenerateMacOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:mac])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def key_check_value
  @key_check_value
end

#mac::String

Returns the value of attribute mac.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def mac
  @mac
end