Class: Aws::Types::ManifestPayload

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

Defined Under Namespace

Classes: PayloadData, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#payload_data ⇒ ::String

Returns the value of attribute payload_data.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def payload_data
  @payload_data
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


561
562
563
# File 'sig/types.rbs', line 561

def unknown
  @unknown
end