Class: Aws::Types::BatchGetAttachedFileMetadataRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_arn::String

Returns the value of attribute associated_resource_arn.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def associated_resource_arn
  @associated_resource_arn
end

#file_ids::Array[::String]

Returns the value of attribute file_ids.

Returns:

  • (::Array[::String])


711
712
713
# File 'sig/types.rbs', line 711

def file_ids
  @file_ids
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def instance_id
  @instance_id
end