Class: Aws::EC2::Types::NetworkInterfacePermissionState

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the state of a network interface permission.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the permission.

Returns:

  • (String)


27415
27416
27417
27418
27419
# File 'lib/aws-sdk-ec2/types.rb', line 27415

class NetworkInterfacePermissionState < Struct.new(
  :state,
  :status_message)
  include Aws::Structure
end

#status_messageString

A status message, if applicable.

Returns:

  • (String)


27415
27416
27417
27418
27419
# File 'lib/aws-sdk-ec2/types.rb', line 27415

class NetworkInterfacePermissionState < Struct.new(
  :state,
  :status_message)
  include Aws::Structure
end