Class: Aws::Types::OutgoingKeyMaterial
- Inherits:
-
Object
- Object
- Aws::Types::OutgoingKeyMaterial
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Tr31KeyBlock, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tr_31_key_block ⇒ Types::OutgoingTr31KeyBlock
Returns the value of attribute tr_31_key_block.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#tr_31_key_block ⇒ Types::OutgoingTr31KeyBlock
Returns the value of attribute tr_31_key_block.
570 571 572 |
# File 'sig/types.rbs', line 570 def tr_31_key_block @tr_31_key_block end |
#unknown ⇒ Object
Returns the value of attribute unknown.
571 572 573 |
# File 'sig/types.rbs', line 571 def unknown @unknown end |