Class: Aws::Types::NetworkInterfacePermissionState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "granted", "revoking", "revoked")


14871
14872
14873
# File 'sig/types.rbs', line 14871

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


14872
14873
14874
# File 'sig/types.rbs', line 14872

def status_message
  @status_message
end