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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html

Returns:

  • (String)


32104
32105
32106
32107
32108
32109
# File 'lib/aws-sdk-ec2/types.rb', line 32104

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)


32104
32105
32106
32107
32108
32109
# File 'lib/aws-sdk-ec2/types.rb', line 32104

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