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

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Wave ARN.

Returns:

  • (String)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#creation_date_timeString

Wave creation dateTime.

Returns:

  • (String)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#descriptionString

Wave description.

Returns:

  • (String)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#is_archivedBoolean

Wave archival status.

Returns:

  • (Boolean)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#last_modified_date_timeString

Wave last modified dateTime.

Returns:

  • (String)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#nameString

Wave name.

Returns:

  • (String)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#tagsHash<String,String>

Wave tags.

Returns:

  • (Hash<String,String>)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#wave_aggregated_statusTypes::WaveAggregatedStatus

Wave aggregated status.



4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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

#wave_idString

Wave ID.

Returns:

  • (String)


4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4847

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