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.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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_time ⇒ String
Wave creation dateTime.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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 |
#description ⇒ String
Wave description.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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_archived ⇒ Boolean
Wave archival status.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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_time ⇒ String
Wave last modified dateTime.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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 |
#name ⇒ String
Wave name.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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 |
#tags ⇒ Hash<String,String>
Wave tags.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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_status ⇒ Types::WaveAggregatedStatus
Wave aggregated status.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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_id ⇒ String
Wave ID.
4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 |
# File '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 |