Class: Aws::SSOAdmin::Types::ResourceServerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ResourceServerConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that describes the configuration of a resource server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scopes ⇒ Hash<String,Types::ResourceServerScopeDetails>
A list of the IAM Identity Center access scopes that are associated with this resource server.
Instance Attribute Details
#scopes ⇒ Hash<String,Types::ResourceServerScopeDetails>
A list of the IAM Identity Center access scopes that are associated with this resource server.
3793 3794 3795 3796 3797 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3793 class ResourceServerConfig < Struct.new( :scopes) SENSITIVE = [] include Aws::Structure end |