Class: Aws::Types::ActionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type ⇒ ::String

Returns the value of attribute action_type.

Returns:

  • (::String)


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

def action_type
  @action_type
end

#executable_count ⇒ ::Integer

Returns the value of attribute executable_count.

Returns:

  • (::Integer)


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

def executable_count
  @executable_count
end

#program_count ⇒ ::Integer

Returns the value of attribute program_count.

Returns:

  • (::Integer)


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

def program_count
  @program_count
end