Class: Aws::Types::SseConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def key_arn
  @key_arn
end

#type"KMS"

Returns the value of attribute type.

Returns:

  • ("KMS")


2111
2112
2113
# File 'sig/types.rbs', line 2111

def type
  @type
end