Class: Aws::PrivateNetworks::Types::CreateNetworkSiteRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

Returns:

  • (String)


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_idString

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.

Returns:

  • (String)


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_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)


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

#descriptionString

The description of the site.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the network.

Returns:

  • (String)


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_nameString

The name of the site. You can't change the name after you create the site.

Returns:

  • (String)


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

Information about the pending plan for this site.

Returns:



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

#tagsHash<String,String>

The tags to apply to the network site.

Returns:

  • (Hash<String,String>)


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