Class: Aws::Tnb::Types::GetSolFunctionPackageContentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

Indicates the media type of the resource.

Returns:

  • (String)


423
424
425
426
427
428
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 423

class GetSolFunctionPackageContentOutput < Struct.new(
  :content_type,
  :package_content)
  SENSITIVE = []
  include Aws::Structure
end

#package_contentString

Contents of the function package.

Returns:

  • (String)


423
424
425
426
427
428
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 423

class GetSolFunctionPackageContentOutput < Struct.new(
  :content_type,
  :package_content)
  SENSITIVE = []
  include Aws::Structure
end