Class: Aws::Types::MacSecKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ckn::String

Returns the value of attribute ckn.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def ckn
  @ckn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def secret_arn
  @secret_arn
end

#start_on::String

Returns the value of attribute start_on.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def start_on
  @start_on
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def state
  @state
end