Class: Aws::Types::RelayAuthentication

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

Defined Under Namespace

Classes: NoAuthentication, SecretArn, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#no_authenticationTypes::NoAuthentication

Returns the value of attribute no_authentication.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def no_authentication
  @no_authentication
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def secret_arn
  @secret_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:



1069
1070
1071
# File 'sig/types.rbs', line 1069

def unknown
  @unknown
end