Class: Aws::Types::AppSpecContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


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

def content
  @content
end

#sha256::String

Returns the value of attribute sha256.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def sha256
  @sha256
end