Class: Aws::Types::AbpV1_0_x
- Inherits:
-
Object
- Object
- Aws::Types::AbpV1_0_x
- 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_0_x
Returns the value of attribute session_keys.
Instance Attribute Details
#dev_addr ⇒ ::String
Returns the value of attribute dev_addr.
12 13 14 |
# File 'sig/types.rbs', line 12 def dev_addr @dev_addr end |
#f_cnt_start ⇒ ::Integer
Returns the value of attribute f_cnt_start.
14 15 16 |
# File 'sig/types.rbs', line 14 def f_cnt_start @f_cnt_start end |
#session_keys ⇒ Types::SessionKeysAbpV1_0_x
Returns the value of attribute session_keys.
13 14 15 |
# File 'sig/types.rbs', line 13 def session_keys @session_keys end |