Class: Aws::Types::Intent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confirmation_state ⇒ "Confirmed", ...

Returns the value of attribute confirmation_state.

Returns:

  • ("Confirmed", "Denied", "None")


167
168
169
# File 'sig/types.rbs', line 167

def confirmation_state
  @confirmation_state
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def name
  @name
end

#slots ⇒ ::Hash[::String, Types::Slot]

Returns the value of attribute slots.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def slots
  @slots
end

#state ⇒ "Failed", ...

Returns the value of attribute state.

Returns:

  • ("Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress")


166
167
168
# File 'sig/types.rbs', line 166

def state
  @state
end