Class: Aws::Types::AbpV1_1
- Inherits:
-
Object
- Object
- Aws::Types::AbpV1_1
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dev_addr ⇒ ::String
Returns the value of attribute dev_addr.
-
#f_cnt_start ⇒ ::Integer
Returns the value of attribute f_cnt_start.
-
#session_keys ⇒ Types::SessionKeysAbpV1_1
Returns the value of attribute session_keys.
Instance Attribute Details
#dev_addr ⇒ ::String
Returns the value of attribute dev_addr.
19 20 21 |
# File 'sig/types.rbs', line 19 def dev_addr @dev_addr end |
#f_cnt_start ⇒ ::Integer
Returns the value of attribute f_cnt_start.
21 22 23 |
# File 'sig/types.rbs', line 21 def f_cnt_start @f_cnt_start end |
#session_keys ⇒ Types::SessionKeysAbpV1_1
Returns the value of attribute session_keys.
20 21 22 |
# File 'sig/types.rbs', line 20 def session_keys @session_keys end |