Class: Aws::Types::ImportSourceCredentialsInput
- Inherits:
-
Object
- Object
- Aws::Types::ImportSourceCredentialsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "OAUTH", ...
Returns the value of attribute auth_type.
-
#server_type ⇒ "GITHUB", ...
Returns the value of attribute server_type.
-
#should_overwrite ⇒ Boolean
Returns the value of attribute should_overwrite.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#auth_type ⇒ "OAUTH", ...
Returns the value of attribute auth_type.
628 629 630 |
# File 'sig/types.rbs', line 628 def auth_type @auth_type end |
#server_type ⇒ "GITHUB", ...
Returns the value of attribute server_type.
627 628 629 |
# File 'sig/types.rbs', line 627 def server_type @server_type end |
#should_overwrite ⇒ Boolean
Returns the value of attribute should_overwrite.
629 630 631 |
# File 'sig/types.rbs', line 629 def should_overwrite @should_overwrite end |
#token ⇒ ::String
Returns the value of attribute token.
626 627 628 |
# File 'sig/types.rbs', line 626 def token @token end |
#username ⇒ ::String
Returns the value of attribute username.
625 626 627 |
# File 'sig/types.rbs', line 625 def username @username end |