Class: Aws::EC2::Types::DisassociateTrunkInterfaceResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Returns:

  • (String)


33812
33813
33814
33815
33816
33817
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33812

class DisassociateTrunkInterfaceResult < Struct.new(
  :return,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#returnBoolean

Returns true if the request succeeds; otherwise, it returns an error.

Returns:

  • (Boolean)


33812
33813
33814
33815
33816
33817
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33812

class DisassociateTrunkInterfaceResult < Struct.new(
  :return,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end