Class: Aws::Glue::Types::PutAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PutAttachmentResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The unique identifier of the asset.
-
#attachment_name ⇒ String
The name of the attachment.
-
#form_type_id ⇒ String
The identifier of the form type for this attachment.
-
#item_identifier ⇒ String
The identifier of the item within the iterable form, if applicable.
-
#iterable_form_name ⇒ String
The name of the iterable form, if the attachment targets an item.
Instance Attribute Details
#asset_id ⇒ String
The unique identifier of the asset.
24127 24128 24129 24130 24131 24132 24133 24134 24135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class PutAttachmentResponse < Struct.new( :asset_id, :iterable_form_name, :item_identifier, :attachment_name, :form_type_id) SENSITIVE = [] include Aws::Structure end |
#attachment_name ⇒ String
The name of the attachment.
24127 24128 24129 24130 24131 24132 24133 24134 24135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class PutAttachmentResponse < Struct.new( :asset_id, :iterable_form_name, :item_identifier, :attachment_name, :form_type_id) SENSITIVE = [] include Aws::Structure end |
#form_type_id ⇒ String
The identifier of the form type for this attachment.
24127 24128 24129 24130 24131 24132 24133 24134 24135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class PutAttachmentResponse < Struct.new( :asset_id, :iterable_form_name, :item_identifier, :attachment_name, :form_type_id) SENSITIVE = [] include Aws::Structure end |
#item_identifier ⇒ String
The identifier of the item within the iterable form, if applicable.
24127 24128 24129 24130 24131 24132 24133 24134 24135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class PutAttachmentResponse < Struct.new( :asset_id, :iterable_form_name, :item_identifier, :attachment_name, :form_type_id) SENSITIVE = [] include Aws::Structure end |
#iterable_form_name ⇒ String
The name of the iterable form, if the attachment targets an item.
24127 24128 24129 24130 24131 24132 24133 24134 24135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class PutAttachmentResponse < Struct.new( :asset_id, :iterable_form_name, :item_identifier, :attachment_name, :form_type_id) SENSITIVE = [] include Aws::Structure end |