Class: Aws::Types::StartAttachedFileUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAttachedFileUploadRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
-
#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_use_case_type ⇒ "CONTACT_ANALYSIS", ...
Returns the value of attribute file_use_case_type.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#url_expiry_in_seconds ⇒ ::Integer
Returns the value of attribute url_expiry_in_seconds.
Instance Attribute Details
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
7913 7914 7915 |
# File 'sig/types.rbs', line 7913 def associated_resource_arn @associated_resource_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7907 7908 7909 |
# File 'sig/types.rbs', line 7907 def client_token @client_token end |
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
7914 7915 7916 |
# File 'sig/types.rbs', line 7914 def created_by @created_by end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
7909 7910 7911 |
# File 'sig/types.rbs', line 7909 def file_name @file_name end |
#file_size_in_bytes ⇒ ::Integer
Returns the value of attribute file_size_in_bytes.
7910 7911 7912 |
# File 'sig/types.rbs', line 7910 def file_size_in_bytes @file_size_in_bytes end |
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
Returns the value of attribute file_use_case_type.
7912 7913 7914 |
# File 'sig/types.rbs', line 7912 def file_use_case_type @file_use_case_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7908 7909 7910 |
# File 'sig/types.rbs', line 7908 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7915 7916 7917 |
# File 'sig/types.rbs', line 7915 def @tags end |
#url_expiry_in_seconds ⇒ ::Integer
Returns the value of attribute url_expiry_in_seconds.
7911 7912 7913 |
# File 'sig/types.rbs', line 7911 def url_expiry_in_seconds @url_expiry_in_seconds end |