Class: Aws::Types::CreateWaveRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def 
  @account_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


208
209
210
# File 'sig/types.rbs', line 208

def tags
  @tags
end