Class: Aws::Types::CreateAttachedFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAttachedFileRequest
- 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.
-
#file_source_uri ⇒ ::String
Returns the value of attribute file_source_uri.
-
#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.
Instance Attribute Details
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def associated_resource_arn @associated_resource_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def client_token @client_token end |
#file_source_uri ⇒ ::String
Returns the value of attribute file_source_uri.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def file_source_uri @file_source_uri end |
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
Returns the value of attribute file_use_case_type.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def file_use_case_type @file_use_case_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def @tags end |