Class: Aws::Types::OutputFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:bytes])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def bytes
  @bytes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def type
  @type
end