Class: Aws::Types::ImageSource

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

Defined Under Namespace

Classes: PublicUrl, S3Uri, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#public_url::String

Returns the value of attribute public_url.

Returns:

  • (::String)


7009
7010
7011
# File 'sig/types.rbs', line 7009

def public_url
  @public_url
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


7010
7011
7012
# File 'sig/types.rbs', line 7010

def s3_uri
  @s3_uri
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


7011
7012
7013
# File 'sig/types.rbs', line 7011

def unknown
  @unknown
end