Class: Aws::Types::UpdateAttachedFilesConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAttachedFilesConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_scope ⇒ "EMAIL", ...
Returns the value of attribute attachment_scope.
-
#extension_configuration ⇒ Types::ExtensionConfiguration
Returns the value of attribute extension_configuration.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#maximum_size_limit_in_bytes ⇒ ::Integer
Returns the value of attribute maximum_size_limit_in_bytes.
Instance Attribute Details
#attachment_scope ⇒ "EMAIL", ...
Returns the value of attribute attachment_scope.
8277 8278 8279 |
# File 'sig/types.rbs', line 8277 def @attachment_scope end |
#extension_configuration ⇒ Types::ExtensionConfiguration
Returns the value of attribute extension_configuration.
8279 8280 8281 |
# File 'sig/types.rbs', line 8279 def extension_configuration @extension_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8276 8277 8278 |
# File 'sig/types.rbs', line 8276 def instance_id @instance_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8280 8281 8282 |
# File 'sig/types.rbs', line 8280 def last_modified_time @last_modified_time end |
#maximum_size_limit_in_bytes ⇒ ::Integer
Returns the value of attribute maximum_size_limit_in_bytes.
8278 8279 8280 |
# File 'sig/types.rbs', line 8278 def maximum_size_limit_in_bytes @maximum_size_limit_in_bytes end |