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)


37070
37071
37072
37073
37074
37075
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37070

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

#returnBoolean

Is true if the request succeeds and an error otherwise.

Returns:

  • (Boolean)


37070
37071
37072
37073
37074
37075
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37070

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