Class: Aws::Types::ActorProcess

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def path
  @path
end

#sha_256::String

Returns the value of attribute sha_256.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def sha_256
  @sha_256
end