Class: Aws::WorkMail::Types::ListResourcesFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListResourcesFilters
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Filtering options for ListResources operation. This is only used as input to Operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name_prefix ⇒ String
Filters only resource that start with the entered name prefix .
-
#primary_email_prefix ⇒ String
Filters only resource with the provided primary email prefix.
-
#state ⇒ String
Filters only resource with the provided state.
Instance Attribute Details
#name_prefix ⇒ String
Filters only resource that start with the entered name prefix .
3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3429 class ListResourcesFilters < Struct.new( :name_prefix, :primary_email_prefix, :state) SENSITIVE = [] include Aws::Structure end |
#primary_email_prefix ⇒ String
Filters only resource with the provided primary email prefix.
3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3429 class ListResourcesFilters < Struct.new( :name_prefix, :primary_email_prefix, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Filters only resource with the provided state.
3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3429 class ListResourcesFilters < Struct.new( :name_prefix, :primary_email_prefix, :state) SENSITIVE = [] include Aws::Structure end |