Class: Aws::PrivateNetworks::Types::UpdateNetworkSiteRequest

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)


1758
1759
1760
1761
1762
1763
1764
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1758

class UpdateNetworkSiteRequest < Struct.new(
  :client_token,
  :description,
  :network_site_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1758

class UpdateNetworkSiteRequest < Struct.new(
  :client_token,
  :description,
  :network_site_arn)
  SENSITIVE = []
  include Aws::Structure
end

#network_site_arnString

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

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1758

class UpdateNetworkSiteRequest < Struct.new(
  :client_token,
  :description,
  :network_site_arn)
  SENSITIVE = []
  include Aws::Structure
end