Class: Aws::Types::UpdateAttachedFilesConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAttachedFilesConfigurationRequest
- 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.
-
#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.
8269 8270 8271 |
# File 'sig/types.rbs', line 8269 def @attachment_scope end |
#extension_configuration ⇒ Types::ExtensionConfiguration
Returns the value of attribute extension_configuration.
8271 8272 8273 |
# File 'sig/types.rbs', line 8271 def extension_configuration @extension_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8268 8269 8270 |
# File 'sig/types.rbs', line 8268 def instance_id @instance_id end |
#maximum_size_limit_in_bytes ⇒ ::Integer
Returns the value of attribute maximum_size_limit_in_bytes.
8270 8271 8272 |
# File 'sig/types.rbs', line 8270 def maximum_size_limit_in_bytes @maximum_size_limit_in_bytes end |