Class: Aws::Mgn::Types::Wave
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::Wave
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
Wave ARN.
-
#creation_date_time ⇒ String
Wave creation dateTime.
-
#description ⇒ String
Wave description.
-
#is_archived ⇒ Boolean
Wave archival status.
-
#last_modified_date_time ⇒ String
Wave last modified dateTime.
-
#name ⇒ String
Wave name.
-
#tags ⇒ Hash<String,String>
Wave tags.
-
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
Wave aggregated status.
-
#wave_id ⇒ String
Wave ID.
Instance Attribute Details
#arn ⇒ String
Wave ARN.
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_time ⇒ String
Wave creation dateTime.
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 |
#description ⇒ String
Wave description.
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_archived ⇒ Boolean
Wave archival status.
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_time ⇒ String
Wave last modified dateTime.
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 |
#name ⇒ String
Wave name.
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 |
#tags ⇒ Hash<String,String>
Wave tags.
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_status ⇒ Types::WaveAggregatedStatus
Wave aggregated status.
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_id ⇒ String
Wave ID.
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 |