Class: Aws::MigrationHubRefactorSpaces::Types::CreateEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::CreateEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment.
-
#created_time ⇒ Time
A timestamp that indicates when the environment is created.
-
#description ⇒ String
A description of the environment.
-
#environment_id ⇒ String
The unique identifier of the environment.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the environment was last updated.
-
#name ⇒ String
The name of the environment.
-
#network_fabric_type ⇒ String
The network fabric type of the environment.
-
#owner_account_id ⇒ String
The Amazon Web Services account ID of environment owner.
-
#state ⇒ String
The current state of the environment.
-
#tags ⇒ Hash<String,String>
The tags assigned to the created environment.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#created_time ⇒ Time
A timestamp that indicates when the environment is created.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
A description of the environment.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of the environment.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#last_updated_time ⇒ Time
A timestamp that indicates when the environment was last updated.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
The name of the environment.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#network_fabric_type ⇒ String
The network fabric type of the environment.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#owner_account_id ⇒ String
The Amazon Web Services account ID of environment owner.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#state ⇒ String
The current state of the environment.
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 471 class CreateEnvironmentResponse < Struct.new( :arn, :created_time, :description, :environment_id, :last_updated_time, :name, :network_fabric_type, :owner_account_id, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |