Class: Aws::MigrationHubRefactorSpaces::Types::CreateEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::CreateEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the environment.
-
#name ⇒ String
The name of the environment.
-
#network_fabric_type ⇒ String
The network fabric type of the environment.
-
#tags ⇒ Hash<String,String>
The tags to assign to the environment.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
417 418 419 420 421 422 423 424 425 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 417 class CreateEnvironmentRequest < Struct.new( :client_token, :description, :name, :network_fabric_type, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
The description of the environment.
417 418 419 420 421 422 423 424 425 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 417 class CreateEnvironmentRequest < Struct.new( :client_token, :description, :name, :network_fabric_type, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
The name of the environment.
417 418 419 420 421 422 423 424 425 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 417 class CreateEnvironmentRequest < Struct.new( :client_token, :description, :name, :network_fabric_type, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#network_fabric_type ⇒ String
The network fabric type of the environment.
417 418 419 420 421 422 423 424 425 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 417 class CreateEnvironmentRequest < Struct.new( :client_token, :description, :name, :network_fabric_type, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
417 418 419 420 421 422 423 424 425 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 417 class CreateEnvironmentRequest < Struct.new( :client_token, :description, :name, :network_fabric_type, :tags) SENSITIVE = [:tags] include Aws::Structure end |