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.
14871 14872 14873 |
# File 'sig/types.rbs', line 14871 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
14872 14873 14874 |
# File 'sig/types.rbs', line 14872 def @status_message end |