Class: Aws::Types::CreateRescoreExecutionPlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_units ⇒ Types::CapacityUnitsConfiguration

Returns the value of attribute capacity_units.



29
30
31
# File 'sig/types.rbs', line 29

def capacity_units
  @capacity_units
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def tags
  @tags
end