Class: Aws::Types::SourceAuth

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#resource::String

Returns the value of attribute resource.

Returns:



1224
1225
1226
# File 'sig/types.rbs', line 1224

def resource
  @resource
end

#type"OAUTH", ...

Returns the value of attribute type.

Returns:



1223
1224
1225
# File 'sig/types.rbs', line 1223

def type
  @type
end