Class: Aws::PrivateNetworks::Types::UpdateNetworkSitePlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::UpdateNetworkSitePlanRequest
- 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_site_arn ⇒ String
The Amazon Resource Name (ARN) of the network site.
-
#pending_plan ⇒ Types::SitePlan
The pending plan.
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.
1730 1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1730 class UpdateNetworkSitePlanRequest < Struct.new( :client_token, :network_site_arn, :pending_plan) SENSITIVE = [] include Aws::Structure end |
#network_site_arn ⇒ String
The Amazon Resource Name (ARN) of the network site.
1730 1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1730 class UpdateNetworkSitePlanRequest < Struct.new( :client_token, :network_site_arn, :pending_plan) SENSITIVE = [] include Aws::Structure end |
#pending_plan ⇒ Types::SitePlan
The pending plan.
1730 1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1730 class UpdateNetworkSitePlanRequest < Struct.new( :client_token, :network_site_arn, :pending_plan) SENSITIVE = [] include Aws::Structure end |