Class: Aws::Deadline::Types::CreateLicenseEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateLicenseEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#security_group_ids ⇒ Array<String>
The security group IDs.
-
#subnet_ids ⇒ Array<String>
The subnet IDs.
-
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value.
-
#vpc_id ⇒ String
The VPC (virtual private cloud) ID to use with the license endpoint.
Instance Attribute Details
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-deadline/types.rb', line 1262 class CreateLicenseEndpointRequest < Struct.new( :client_token, :vpc_id, :subnet_ids, :security_group_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The security group IDs.
1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-deadline/types.rb', line 1262 class CreateLicenseEndpointRequest < Struct.new( :client_token, :vpc_id, :subnet_ids, :security_group_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The subnet IDs.
1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-deadline/types.rb', line 1262 class CreateLicenseEndpointRequest < Struct.new( :client_token, :vpc_id, :subnet_ids, :security_group_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-deadline/types.rb', line 1262 class CreateLicenseEndpointRequest < Struct.new( :client_token, :vpc_id, :subnet_ids, :security_group_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC (virtual private cloud) ID to use with the license endpoint.
1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-deadline/types.rb', line 1262 class CreateLicenseEndpointRequest < Struct.new( :client_token, :vpc_id, :subnet_ids, :security_group_ids, :tags) SENSITIVE = [] include Aws::Structure end |