Class: Aws::Types::StartStreamEncryptionInput

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


738
739
740
# File 'sig/types.rbs', line 738

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def key_id
  @key_id
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def stream_name
  @stream_name
end