Class: Aws::Types::AttachedFile
- Inherits:
-
Object
- Object
- Aws::Types::AttachedFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
-
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
-
#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_name ⇒ ::String
Returns the value of attribute file_name.
-
#file_size_in_bytes ⇒ ::Integer
Returns the value of attribute file_size_in_bytes.
-
#file_status ⇒ "APPROVED", ...
Returns the value of attribute file_status.
-
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
Returns the value of attribute file_use_case_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
455 456 457 |
# File 'sig/types.rbs', line 455 def associated_resource_arn @associated_resource_arn end |
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
453 454 455 |
# File 'sig/types.rbs', line 453 def created_by @created_by end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
447 448 449 |
# File 'sig/types.rbs', line 447 def creation_time @creation_time end |
#file_arn ⇒ ::String
Returns the value of attribute file_arn.
448 449 450 |
# File 'sig/types.rbs', line 448 def file_arn @file_arn end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def file_id @file_id end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
450 451 452 |
# File 'sig/types.rbs', line 450 def file_name @file_name end |
#file_size_in_bytes ⇒ ::Integer
Returns the value of attribute file_size_in_bytes.
451 452 453 |
# File 'sig/types.rbs', line 451 def file_size_in_bytes @file_size_in_bytes end |
#file_status ⇒ "APPROVED", ...
Returns the value of attribute file_status.
452 453 454 |
# File 'sig/types.rbs', line 452 def file_status @file_status end |
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
Returns the value of attribute file_use_case_type.
454 455 456 |
# File 'sig/types.rbs', line 454 def file_use_case_type @file_use_case_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
456 457 458 |
# File 'sig/types.rbs', line 456 def @tags end |