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.
15168 15169 15170 |
# File 'sig/types.rbs', line 15168 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
15169 15170 15171 |
# File 'sig/types.rbs', line 15169 def @status_message end |