Class: Aws::Types::AssetBundleImportSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def body
  @body
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def s3_uri
  @s3_uri
end