Class: Aws::Types::UpdateResourceServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceServerRequest
- 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.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def name @name end |
#scopes ⇒ ::Array[Types::ResourceServerScopeType]
Returns the value of attribute scopes.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def scopes @scopes end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def user_pool_id @user_pool_id end |