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")


541
542
543
# File 'sig/types.rbs', line 541

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def key_id
  @key_id
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def stream_name
  @stream_name
end