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.
8011 8012 8013 |
# File 'sig/types.rbs', line 8011 def associated_resource_arn @associated_resource_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8005 8006 8007 |
# File 'sig/types.rbs', line 8005 def client_token @client_token end |
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
8012 8013 8014 |
# File 'sig/types.rbs', line 8012 def created_by @created_by end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
8007 8008 8009 |
# File 'sig/types.rbs', line 8007 def file_name @file_name end |
#file_size_in_bytes ⇒ ::Integer
Returns the value of attribute file_size_in_bytes.
8008 8009 8010 |
# File 'sig/types.rbs', line 8008 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.
8010 8011 8012 |
# File 'sig/types.rbs', line 8010 def file_use_case_type @file_use_case_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8006 8007 8008 |
# File 'sig/types.rbs', line 8006 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8013 8014 8015 |
# File 'sig/types.rbs', line 8013 def end |
#url_expiry_in_seconds ⇒ ::Integer
Returns the value of attribute url_expiry_in_seconds.
8009 8010 8011 |
# File 'sig/types.rbs', line 8009 def url_expiry_in_seconds @url_expiry_in_seconds end |