Class: Aws::Types::GetAttachedFileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachedFileResponse
- 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.
-
#download_url_metadata ⇒ Types::DownloadUrlMetadata
Returns the value of attribute download_url_metadata.
-
#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.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def associated_resource_arn @associated_resource_arn end |
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
4135 4136 4137 |
# File 'sig/types.rbs', line 4135 def created_by @created_by end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
4129 4130 4131 |
# File 'sig/types.rbs', line 4129 def creation_time @creation_time end |
#download_url_metadata ⇒ Types::DownloadUrlMetadata
Returns the value of attribute download_url_metadata.
4136 4137 4138 |
# File 'sig/types.rbs', line 4136 def @download_url_metadata end |
#file_arn ⇒ ::String
Returns the value of attribute file_arn.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def file_arn @file_arn end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def file_id @file_id end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
4131 4132 4133 |
# File 'sig/types.rbs', line 4131 def file_name @file_name end |
#file_size_in_bytes ⇒ ::Integer
Returns the value of attribute file_size_in_bytes.
4132 4133 4134 |
# File 'sig/types.rbs', line 4132 def file_size_in_bytes @file_size_in_bytes end |
#file_status ⇒ "APPROVED", ...
Returns the value of attribute file_status.
4130 4131 4132 |
# File 'sig/types.rbs', line 4130 def file_status @file_status end |
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
Returns the value of attribute file_use_case_type.
4134 4135 4136 |
# File 'sig/types.rbs', line 4134 def file_use_case_type @file_use_case_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4137 4138 4139 |
# File 'sig/types.rbs', line 4137 def @tags end |