Class: Aws::PrivateNetworks::Types::UpdateNetworkSitePlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/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 How to ensure idempotency.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the network site.

Returns:

  • (String)


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_planTypes::SitePlan

The pending plan.

Returns:



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