Class: Aws::Mgn::Types::Wave

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

#arnString

Wave ARN.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#creation_date_timeString

Wave creation dateTime.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#descriptionString

Wave description.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#is_archivedBoolean

Wave archival status.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#last_modified_date_timeString

Wave last modified dateTime.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

Wave name.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Wave tags.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#wave_aggregated_statusTypes::WaveAggregatedStatus

Wave aggregated status.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#wave_idString

Wave ID.

Returns:



7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
# File 'lib/aws-sdk-mgn/types.rb', line 7340

class Wave < Struct.new(
  :wave_id,
  :arn,
  :name,
  :description,
  :is_archived,
  :wave_aggregated_status,
  :creation_date_time,
  :last_modified_date_time,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end