Class: Aws::Types::BatchGetAttachedFileMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAttachedFileMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
-
#file_ids ⇒ ::Array[::String]
Returns the value of attribute file_ids.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
724 725 726 |
# File 'sig/types.rbs', line 724 def associated_resource_arn @associated_resource_arn end |
#file_ids ⇒ ::Array[::String]
Returns the value of attribute file_ids.
722 723 724 |
# File 'sig/types.rbs', line 722 def file_ids @file_ids end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
723 724 725 |
# File 'sig/types.rbs', line 723 def instance_id @instance_id end |