Class: Aws::Types::AwsKinesisStreamStreamEncryptionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type::String

Returns the value of attribute encryption_type.

Returns:

  • (::String)


3090
3091
3092
# File 'sig/types.rbs', line 3090

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3091
3092
3093
# File 'sig/types.rbs', line 3091

def key_id
  @key_id
end