Class: Aws::MigrationHubRefactorSpaces::Types::GetEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the environment.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#created_timeTime

A timestamp that indicates when the environment is created.

Returns:

  • (Time)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#descriptionString

The description of the environment.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#environment_idString

The unique identifier of the environment.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#errorTypes::ErrorResponse

Any error associated with the environment resource.



1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#last_updated_timeTime

A timestamp that indicates when the environment was last updated.

Returns:

  • (Time)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

The name of the environment.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#network_fabric_typeString

The network fabric type of the environment.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#owner_account_idString

The Amazon Web Services account ID of the environment owner.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#stateString

The current state of the environment.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<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.

Returns:

  • (Hash<String,String>)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#transit_gateway_idString

The ID of the Transit Gateway set up by the environment, if applicable.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1360

class GetEnvironmentResponse < Struct.new(
  :arn,
  :created_time,
  :description,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :network_fabric_type,
  :owner_account_id,
  :state,
  :tags,
  :transit_gateway_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end