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.
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_description ⇒ String
The description of an access scope for a resource server.
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 |