Class: Aws::Types::Wave
- Inherits:
-
Object
- Object
- Aws::Types::Wave
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_date_time ⇒ ::String
Returns the value of attribute last_modified_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
Returns the value of attribute wave_aggregated_status.
-
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def arn @arn end |
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def description @description end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def is_archived @is_archived end |
#last_modified_date_time ⇒ ::String
Returns the value of attribute last_modified_date_time.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def last_modified_date_time @last_modified_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def end |
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
Returns the value of attribute wave_aggregated_status.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def wave_aggregated_status @wave_aggregated_status end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def wave_id @wave_id end |