Class: Aws::Types::ScopeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScopeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "GITHUB_ORGANIZATION", ...
Returns the value of attribute scope.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def domain @domain end |
#name ⇒ ::String
Returns the value of attribute name.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def name @name end |
#scope ⇒ "GITHUB_ORGANIZATION", ...
Returns the value of attribute scope.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def scope @scope end |