Class: Aws::Types::SourceAuth
- Inherits:
-
Object
- Object
- Aws::Types::SourceAuth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#type ⇒ "OAUTH", ...
Returns the value of attribute type.
Instance Attribute Details
#resource ⇒ ::String
Returns the value of attribute resource.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def resource @resource end |
#type ⇒ "OAUTH", ...
Returns the value of attribute type.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def type @type end |