Class: Aws::Types::ImportSourceCredentialsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"OAUTH", ...

Returns the value of attribute auth_type.

Returns:



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.

Returns:



627
628
629
# File 'sig/types.rbs', line 627

def server_type
  @server_type
end

#should_overwriteBoolean

Returns the value of attribute should_overwrite.

Returns:



629
630
631
# File 'sig/types.rbs', line 629

def should_overwrite
  @should_overwrite
end

#token::String

Returns the value of attribute token.

Returns:



626
627
628
# File 'sig/types.rbs', line 626

def token
  @token
end

#username::String

Returns the value of attribute username.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def username
  @username
end