Class: Aws::PrivateNetworks::Types::DeleteNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::DeleteNetworkRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/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.
-
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
524 525 526 527 528 529 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 524 class DeleteNetworkRequest < Struct.new( :client_token, :network_arn) SENSITIVE = [] include Aws::Structure end |
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
524 525 526 527 528 529 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 524 class DeleteNetworkRequest < Struct.new( :client_token, :network_arn) SENSITIVE = [] include Aws::Structure end |