Class: Aws::SSOAdmin::Types::ResourceServerScopeDetails

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

Overview

A structure that describes details for an IAM Identity Center access scope that is associated with a resource server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailed_titleString

The title of an access scope for a resource server.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3812

class ResourceServerScopeDetails < Struct.new(
  :detailed_title,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end

#long_descriptionString

The description of an access scope for a resource server.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3812

class ResourceServerScopeDetails < Struct.new(
  :detailed_title,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end