Class: Aws::SSOAdmin::Types::ResourceServerConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/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

Instance Attribute Details

#scopesHash<String,Types::ResourceServerScopeDetails>

A list of the IAM Identity Center access scopes that are associated with this resource server.

Returns:



3793
3794
3795
3796
3797
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3793

class ResourceServerConfig < Struct.new(
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end