Class: Aws::Types::SourceCredentialsInfo
- Inherits:
-
Object
- Object
- Aws::Types::SourceCredentialsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "OAUTH", ...
Returns the value of attribute auth_type.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#server_type ⇒ "GITHUB", ...
Returns the value of attribute server_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def arn @arn end |
#auth_type ⇒ "OAUTH", ...
Returns the value of attribute auth_type.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def auth_type @auth_type end |
#resource ⇒ ::String
Returns the value of attribute resource.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def resource @resource end |
#server_type ⇒ "GITHUB", ...
Returns the value of attribute server_type.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def server_type @server_type end |