Class: Aws::Types::ClientSecretDescriptorType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret_value])

Instance Attribute Summary collapse

Instance Attribute Details

#client_secret_create_date::Time

Returns the value of attribute client_secret_create_date.

Returns:

  • (::Time)


485
486
487
# File 'sig/types.rbs', line 485

def client_secret_create_date
  @client_secret_create_date
end

#client_secret_id::String

Returns the value of attribute client_secret_id.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def client_secret_id
  @client_secret_id
end

#client_secret_value::String

Returns the value of attribute client_secret_value.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def client_secret_value
  @client_secret_value
end