Class: Aws::Types::ImageSource

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

Defined Under Namespace

Classes: Bytes, S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def bytes
  @bytes
end

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



1307
1308
1309
# File 'sig/types.rbs', line 1307

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def unknown
  @unknown
end