Class: Aws::Types::DnssecKey
- Inherits:
-
Object
- Object
- Aws::Types::DnssecKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ ::Integer
Returns the value of attribute algorithm.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#digest_type ⇒ ::Integer
Returns the value of attribute digest_type.
-
#flags ⇒ ::Integer
Returns the value of attribute flags.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#key_tag ⇒ ::Integer
Returns the value of attribute key_tag.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
Instance Attribute Details
#algorithm ⇒ ::Integer
Returns the value of attribute algorithm.
148 149 150 |
# File 'sig/types.rbs', line 148 def algorithm @algorithm end |
#digest ⇒ ::String
Returns the value of attribute digest.
152 153 154 |
# File 'sig/types.rbs', line 152 def digest @digest end |
#digest_type ⇒ ::Integer
Returns the value of attribute digest_type.
151 152 153 |
# File 'sig/types.rbs', line 151 def digest_type @digest_type end |
#flags ⇒ ::Integer
Returns the value of attribute flags.
149 150 151 |
# File 'sig/types.rbs', line 149 def flags @flags end |
#id ⇒ ::String
Returns the value of attribute id.
154 155 156 |
# File 'sig/types.rbs', line 154 def id @id end |
#key_tag ⇒ ::Integer
Returns the value of attribute key_tag.
153 154 155 |
# File 'sig/types.rbs', line 153 def key_tag @key_tag end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
150 151 152 |
# File 'sig/types.rbs', line 150 def public_key @public_key end |