Class: Aws::VPCLattice::Types::CreateServiceNetworkServiceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkServiceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
-
#service_network_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network.
-
#tags ⇒ Hash<String,String>
The tags for the association.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren’t identical, the retry fails.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 501 class CreateServiceNetworkServiceAssociationRequest < Struct.new( :client_token, :service_identifier, :service_network_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 501 class CreateServiceNetworkServiceAssociationRequest < Struct.new( :client_token, :service_identifier, :service_network_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#service_network_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.
501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 501 class CreateServiceNetworkServiceAssociationRequest < Struct.new( :client_token, :service_identifier, :service_network_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the association.
501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 501 class CreateServiceNetworkServiceAssociationRequest < Struct.new( :client_token, :service_identifier, :service_network_identifier, :tags) SENSITIVE = [] include Aws::Structure end |