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


525
526
527
# File 'sig/types.rbs', line 525

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def key_id
  @key_id
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def stream_name
  @stream_name
end