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 How to Ensure Idempotency.

Returns:

  • (String)


29683
29684
29685
29686
29687
29688
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29683

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)


29683
29684
29685
29686
29687
29688
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29683

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