Class: Aws::PrivateNetworks::Types::CreateNetworkSiteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::CreateNetworkSiteRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone that is the parent of this site.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone that is the parent of this site.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the site.
-
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
-
#network_site_name ⇒ String
The name of the site.
-
#pending_plan ⇒ Types::SitePlan
Information about the pending plan for this site.
-
#tags ⇒ Hash<String,String>
The tags to apply to the network site.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#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.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
The description of the site.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#network_site_name ⇒ String
The name of the site. You can't change the name after you create the site.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#pending_plan ⇒ Types::SitePlan
Information about the pending plan for this site.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to apply to the network site.
443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 443 class CreateNetworkSiteRequest < Struct.new( :availability_zone, :availability_zone_id, :client_token, :description, :network_arn, :network_site_name, :pending_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |