Class: Aws::SSOAdmin::Types::ResourceServerScopeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ResourceServerScopeDetails
- 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
-
#detailed_title ⇒ String
The title of an access scope for a resource server.
-
#long_description ⇒ String
The description of an access scope for a resource server.
Instance Attribute Details
#detailed_title ⇒ String
The title of an access scope for a resource server.
3844 3845 3846 3847 3848 3849 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3844 class ResourceServerScopeDetails < Struct.new( :long_description, :detailed_title) SENSITIVE = [] include Aws::Structure end |
#long_description ⇒ String
The description of an access scope for a resource server.
3844 3845 3846 3847 3848 3849 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3844 class ResourceServerScopeDetails < Struct.new( :long_description, :detailed_title) SENSITIVE = [] include Aws::Structure end |