Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::WorkMail::Types::ListResourcesFilters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#name_prefixString

Filters only resource that start with the entered name prefix .

Returns:

  • (String)

3707
3708
3709
3710
3711
3712
3713
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3707

class ListResourcesFilters < Struct.new(
  :name_prefix,
  :primary_email_prefix,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#primary_email_prefixString

Filters only resource with the provided primary email prefix.

Returns:

  • (String)

3707
3708
3709
3710
3711
3712
3713
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3707

class ListResourcesFilters < Struct.new(
  :name_prefix,
  :primary_email_prefix,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Filters only resource with the provided state.

Returns:

  • (String)

3707
3708
3709
3710
3711
3712
3713
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3707

class ListResourcesFilters < Struct.new(
  :name_prefix,
  :primary_email_prefix,
  :state)
  SENSITIVE = []
  include Aws::Structure
end