Class: Aws::PartnerCentralBenefits::Types::FileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::FileInput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Represents input information for uploading a file to a benefit application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_use_case ⇒ String
The business purpose or use case that this file supports in the benefit application.
-
#file_uri ⇒ String
The URI or location where the file should be stored or has been uploaded.
Instance Attribute Details
#business_use_case ⇒ String
The business purpose or use case that this file supports in the benefit application.
810 811 812 813 814 815 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 810 class FileInput < Struct.new( :file_uri, :business_use_case) SENSITIVE = [] include Aws::Structure end |
#file_uri ⇒ String
The URI or location where the file should be stored or has been uploaded.
810 811 812 813 814 815 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 810 class FileInput < Struct.new( :file_uri, :business_use_case) SENSITIVE = [] include Aws::Structure end |