Class: Aws::Types::Encryption
- Inherits:
-
Object
- Object
- Aws::Types::Encryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "aes128", ...
Returns the value of attribute algorithm.
-
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#key_type ⇒ "speke", ...
Returns the value of attribute key_type.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#algorithm ⇒ "aes128", ...
Returns the value of attribute algorithm.
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.
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.
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.
665 666 667 |
# File 'sig/types.rbs', line 665 def key_type @key_type end |
#region ⇒ ::String
Returns the value of attribute region.
666 667 668 |
# File 'sig/types.rbs', line 666 def region @region end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
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.
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.
669 670 671 |
# File 'sig/types.rbs', line 669 def secret_arn @secret_arn end |
#url ⇒ ::String
Returns the value of attribute url.
670 671 672 |
# File 'sig/types.rbs', line 670 def url @url end |