Class: Aws::Mgn::Types::Wave
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::Wave
- Defined in:
- gems/aws-sdk-mgn/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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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.
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4948 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 |