Class: Aws::EC2::Types::NetworkInterfacePermissionState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkInterfacePermissionState
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the state of a network interface permission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the permission.
-
#status_message ⇒ String
A status message, if applicable.
Instance Attribute Details
#state ⇒ String
The state of the permission.
54230 54231 54232 54233 54234 54235 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54230 class NetworkInterfacePermissionState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A status message, if applicable.
54230 54231 54232 54233 54234 54235 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54230 class NetworkInterfacePermissionState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |