Class: Aws::Types::Encryption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"aes128", ...

Returns the value of attribute algorithm.

Returns:

  • ("aes128", "aes192", "aes256")


662
663
664
# File 'sig/types.rbs', line 662

def algorithm
  @algorithm
end

#constant_initialization_vector::String

Returns the value of attribute constant_initialization_vector.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def constant_initialization_vector
  @constant_initialization_vector
end

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def device_id
  @device_id
end

#key_type"speke", ...

Returns the value of attribute key_type.

Returns:

  • ("speke", "static-key", "srt-password")


665
666
667
# File 'sig/types.rbs', line 665

def key_type
  @key_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def region
  @region
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def resource_id
  @resource_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def role_arn
  @role_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def secret_arn
  @secret_arn
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def url
  @url
end