Class: Aws::Types::StopStreamEncryptionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:



755
756
757
# File 'sig/types.rbs', line 755

def key_id
  @key_id
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



756
757
758
# File 'sig/types.rbs', line 756

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



757
758
759
# File 'sig/types.rbs', line 757

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



753
754
755
# File 'sig/types.rbs', line 753

def stream_name
  @stream_name
end