Class: Aws::Types::ClientSecretDescriptorType

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_secret_create_date::Time

Returns the value of attribute client_secret_create_date.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def client_secret_create_date
  @client_secret_create_date
end

#client_secret_id::String

Returns the value of attribute client_secret_id.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def client_secret_id
  @client_secret_id
end

#client_secret_value::String

Returns the value of attribute client_secret_value.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def client_secret_value
  @client_secret_value
end