Class: Aws::MigrationHubRefactorSpaces::Types::CreateEnvironmentRequest

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

#client_tokenString

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.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-migrationhubrefactorspaces/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

#descriptionString

The description of the environment.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-migrationhubrefactorspaces/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

#nameString

The name of the environment.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_typeString

The network fabric type of the environment.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-migrationhubrefactorspaces/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

#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>)


417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-migrationhubrefactorspaces/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