Class: Aws::EC2::Types::DisassociateTrunkInterfaceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateTrunkInterfaceResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#return ⇒ Boolean
Is
true
if the request succeeds and an error otherwise.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
35266 35267 35268 35269 35270 35271 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35266 class DisassociateTrunkInterfaceResult < Struct.new( :return, :client_token) SENSITIVE = [] include Aws::Structure end |
#return ⇒ Boolean
Is true
if the request succeeds and an error otherwise.
35266 35267 35268 35269 35270 35271 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35266 class DisassociateTrunkInterfaceResult < Struct.new( :return, :client_token) SENSITIVE = [] include Aws::Structure end |