Class: Aws::SecurityAgent::Types::Authentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::Authentication
- 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
-
#provider_type ⇒ String
Provider type for the authentication credentials.
-
#value ⇒ String
Authentication credential value or reference.
Instance Attribute Details
#provider_type ⇒ String
Provider type for the authentication credentials
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 |
#value ⇒ String
Authentication credential value or reference
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 |