Class: Aws::Types::GetOpentdfConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:



430
431
432
# File 'sig/types.rbs', line 430

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:



432
433
434
# File 'sig/types.rbs', line 432

def client_secret
  @client_secret
end

#domain::String

Returns the value of attribute domain.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def domain
  @domain
end

#provider::String

Returns the value of attribute provider.

Returns:



433
434
435
# File 'sig/types.rbs', line 433

def provider
  @provider
end