Class: Aws::Types::AwsSecretsManagerSecretDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletedBoolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


4185
4186
4187
# File 'sig/types.rbs', line 4185

def deleted
  @deleted
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4187
4188
4189
# File 'sig/types.rbs', line 4187

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4182
4183
4184
# File 'sig/types.rbs', line 4182

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4186
4187
4188
# File 'sig/types.rbs', line 4186

def name
  @name
end

#rotation_enabledBoolean

Returns the value of attribute rotation_enabled.

Returns:

  • (Boolean)


4183
4184
4185
# File 'sig/types.rbs', line 4183

def rotation_enabled
  @rotation_enabled
end

#rotation_lambda_arn::String

Returns the value of attribute rotation_lambda_arn.

Returns:

  • (::String)


4184
4185
4186
# File 'sig/types.rbs', line 4184

def rotation_lambda_arn
  @rotation_lambda_arn
end

#rotation_occurred_within_frequencyBoolean

Returns the value of attribute rotation_occurred_within_frequency.

Returns:

  • (Boolean)


4181
4182
4183
# File 'sig/types.rbs', line 4181

def rotation_occurred_within_frequency
  @rotation_occurred_within_frequency
end

#rotation_rulesTypes::AwsSecretsManagerSecretRotationRules

Returns the value of attribute rotation_rules.



4180
4181
4182
# File 'sig/types.rbs', line 4180

def rotation_rules
  @rotation_rules
end