Class: Aws::Tnb::Types::GetSolFunctionPackageContentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionPackageContentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
Indicates the media type of the resource.
-
#package_content ⇒ String
Contents of the function package.
Instance Attribute Details
#content_type ⇒ String
Indicates the media type of the resource.
423 424 425 426 427 428 |
# File 'lib/aws-sdk-tnb/types.rb', line 423 class GetSolFunctionPackageContentOutput < Struct.new( :content_type, :package_content) SENSITIVE = [] include Aws::Structure end |
#package_content ⇒ String
Contents of the function package.
423 424 425 426 427 428 |
# File 'lib/aws-sdk-tnb/types.rb', line 423 class GetSolFunctionPackageContentOutput < Struct.new( :content_type, :package_content) SENSITIVE = [] include Aws::Structure end |