Class: Aws::Types::Wave

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def description
  @description
end

#is_archived ⇒ Boolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2209
2210
2211
# File 'sig/types.rbs', line 2209

def tags
  @tags
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.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def wave_id
  @wave_id
end