Class: Aws::Types::GetAttachedFileRequest

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)


4041
4042
4043
# File 'sig/types.rbs', line 4041

def associated_resource_arn
  @associated_resource_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


4039
4040
4041
# File 'sig/types.rbs', line 4039

def file_id
  @file_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4038
4039
4040
# File 'sig/types.rbs', line 4038

def instance_id
  @instance_id
end

#url_expiry_in_seconds::Integer

Returns the value of attribute url_expiry_in_seconds.

Returns:

  • (::Integer)


4040
4041
4042
# File 'sig/types.rbs', line 4040

def url_expiry_in_seconds
  @url_expiry_in_seconds
end