Class: Aws::Types::CreateAttachedFileResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAttachedFileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#file_arn ⇒ ::String
Returns the value of attribute file_arn.
-
#file_id ⇒ ::String
Returns the value of attribute file_id.
-
#file_status ⇒ "APPROVED", ...
Returns the value of attribute file_status.
Instance Attribute Details
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
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.
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.
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.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def file_status @file_status end |