Class: Aws::Types::Action

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#parameters::Hash[::String, Types::ActionParameter]

Returns the value of attribute parameters.

Returns:



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

def parameters
  @parameters
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#targets::Hash[::String, Types::ActionTarget]

Returns the value of attribute targets.

Returns:



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

def targets
  @targets
end