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:

  • ("NONE", "KMS")


745
746
747
# File 'sig/types.rbs', line 745

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def key_id
  @key_id
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def stream_name
  @stream_name
end