Class: Aws::Types::ResourceServerType
- Inherits:
-
Object
- Object
- Aws::Types::ResourceServerType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scopes ⇒ ::Array[Types::ResourceServerScopeType]
Returns the value of attribute scopes.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def name @name end |
#scopes ⇒ ::Array[Types::ResourceServerScopeType]
Returns the value of attribute scopes.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def scopes @scopes end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def user_pool_id @user_pool_id end |