Class: Aws::Types::ResourceServerScopeType
- Inherits:
-
Object
- Object
- Aws::Types::ResourceServerScopeType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scope_description ⇒ ::String
Returns the value of attribute scope_description.
-
#scope_name ⇒ ::String
Returns the value of attribute scope_name.
Instance Attribute Details
#scope_description ⇒ ::String
Returns the value of attribute scope_description.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def scope_description @scope_description end |
#scope_name ⇒ ::String
Returns the value of attribute scope_name.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def scope_name @scope_name end |