Class: Aws::Types::NetworkInterfacePermissionState
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterfacePermissionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#state ⇒ "pending", ...
Returns the value of attribute state.
15513 15514 15515 |
# File 'sig/types.rbs', line 15513 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
15514 15515 15516 |
# File 'sig/types.rbs', line 15514 def @status_message end |