Class: Aws::SSOAdmin::Types::ListApplicationsFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

A structure that describes a filter for applications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_accountString

An Amazon Web Services account ID number that filters the results in the response.

Returns:

  • (String)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2832

class ListApplicationsFilter < Struct.new(
  :application_account,
  :application_provider)
  SENSITIVE = []
  include Aws::Structure
end

#application_providerString

The ARN of an application provider that can filter the results in the response.

Returns:

  • (String)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2832

class ListApplicationsFilter < Struct.new(
  :application_account,
  :application_provider)
  SENSITIVE = []
  include Aws::Structure
end