Class: Aws::Types::CreateAttachedFileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def creation_time
  @creation_time
end

#file_arn::String

Returns the value of attribute file_arn.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def file_arn
  @file_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def file_id
  @file_id
end

#file_status"APPROVED", ...

Returns the value of attribute file_status.

Returns:

  • ("APPROVED", "REJECTED", "PROCESSING", "FAILED")


1341
1342
1343
# File 'sig/types.rbs', line 1341

def file_status
  @file_status
end