Class: Aws::Types::AssetFileBody

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

Defined Under Namespace

Classes: Bytes, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def bytes
  @bytes
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


156
157
158
# File 'sig/types.rbs', line 156

def unknown
  @unknown
end