Class: Aws::Types::SourceCredentialsInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1229
1230
1231
# File 'sig/types.rbs', line 1229

def arn
  @arn
end

#auth_type"OAUTH", ...

Returns the value of attribute auth_type.

Returns:



1231
1232
1233
# File 'sig/types.rbs', line 1231

def auth_type
  @auth_type
end

#resource::String

Returns the value of attribute resource.

Returns:



1232
1233
1234
# File 'sig/types.rbs', line 1232

def resource
  @resource
end

#server_type"GITHUB", ...

Returns the value of attribute server_type.

Returns:



1230
1231
1232
# File 'sig/types.rbs', line 1230

def server_type
  @server_type
end