Class: Aws::Types::IconImageInput

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

Defined Under Namespace

Classes: Blob, S3Uri, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob::String

Returns the value of attribute blob.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def blob
  @blob
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def s3_uri
  @s3_uri
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


688
689
690
# File 'sig/types.rbs', line 688

def unknown
  @unknown
end