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)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def creation_time
  @creation_time
end

#file_arn::String

Returns the value of attribute file_arn.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def file_arn
  @file_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def file_id
  @file_id
end

#file_status"APPROVED", ...

Returns the value of attribute file_status.

Returns:

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


1330
1331
1332
# File 'sig/types.rbs', line 1330

def file_status
  @file_status
end