Class: Aws::Mgn::Types::CreateWaveRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Account ID.

Returns:

  • (String)


598
599
600
601
602
603
604
605
# File 'lib/aws-sdk-mgn/types.rb', line 598

class CreateWaveRequest < Struct.new(
  :account_id,
  :description,
  :name,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#descriptionString

Wave description.

Returns:

  • (String)


598
599
600
601
602
603
604
605
# File 'lib/aws-sdk-mgn/types.rb', line 598

class CreateWaveRequest < Struct.new(
  :account_id,
  :description,
  :name,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

Wave name.

Returns:

  • (String)


598
599
600
601
602
603
604
605
# File 'lib/aws-sdk-mgn/types.rb', line 598

class CreateWaveRequest < Struct.new(
  :account_id,
  :description,
  :name,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Wave tags.

Returns:

  • (Hash<String,String>)


598
599
600
601
602
603
604
605
# File 'lib/aws-sdk-mgn/types.rb', line 598

class CreateWaveRequest < Struct.new(
  :account_id,
  :description,
  :name,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end