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)


874
875
876
# File 'sig/types.rbs', line 874

def ckn
  @ckn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def secret_arn
  @secret_arn
end

#start_on::String

Returns the value of attribute start_on.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def start_on
  @start_on
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def state
  @state
end