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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The state of the permission.

Returns:

  • (String)


52481
52482
52483
52484
52485
52486
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52481

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

#status_messageString

A status message, if applicable.

Returns:

  • (String)


52481
52482
52483
52484
52485
52486
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52481

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