Class: Aws::Types::UpdateWaveRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def 
  @account_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def name
  @name
end

#wave_id ⇒ ::String

Returns the value of attribute wave_id.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def wave_id
  @wave_id
end