Class: Aws::Types::ActionSummary

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)


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

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

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

Returns the value of attribute targets.

Returns:



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

def targets
  @targets
end