Class: Aws::Types::ActionParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anchor ⇒ Types::ComponentProperty

Returns the value of attribute anchor.



14
15
16
# File 'sig/types.rbs', line 14

def anchor
  @anchor
end

#fields ⇒ ::Hash[::String, Types::ComponentProperty]

Returns the value of attribute fields.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def fields
  @fields
end

#global ⇒ Types::ComponentProperty

Returns the value of attribute global.



16
17
18
# File 'sig/types.rbs', line 16

def global
  @global
end

#id ⇒ Types::ComponentProperty

Returns the value of attribute id.



18
19
20
# File 'sig/types.rbs', line 18

def id
  @id
end

#model ⇒ ::String

Returns the value of attribute model.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def model
  @model
end

#state ⇒ Types::MutationActionSetStateParameter

Returns the value of attribute state.



20
21
22
# File 'sig/types.rbs', line 20

def state
  @state
end

#target ⇒ Types::ComponentProperty

Returns the value of attribute target.



15
16
17
# File 'sig/types.rbs', line 15

def target
  @target
end

#type ⇒ Types::ComponentProperty

Returns the value of attribute type.



12
13
14
# File 'sig/types.rbs', line 12

def type
  @type
end

#url ⇒ Types::ComponentProperty

Returns the value of attribute url.



13
14
15
# File 'sig/types.rbs', line 13

def url
  @url
end