Class: Aws::SecurityAgent::Types::Authentication

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Authentication information used to access protected resources

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provider_typeString

Provider type for the authentication credentials

Returns:

  • (String)


372
373
374
375
376
377
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 372

class Authentication < Struct.new(
  :provider_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Authentication credential value or reference

Returns:

  • (String)


372
373
374
375
376
377
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 372

class Authentication < Struct.new(
  :provider_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end