Class: Aws::Types::GetAttachedFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachedFileRequest
- 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.
-
#file_id ⇒ ::String
Returns the value of attribute file_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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.
4171 4172 4173 |
# File 'sig/types.rbs', line 4171 def associated_resource_arn @associated_resource_arn end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def file_id @file_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def instance_id @instance_id end |
#url_expiry_in_seconds ⇒ ::Integer
Returns the value of attribute url_expiry_in_seconds.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def url_expiry_in_seconds @url_expiry_in_seconds end |