Class: Aws::Types::RotateSecretRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.



357
358
359
# File 'sig/types.rbs', line 357

def client_request_token
  @client_request_token
end

#external_secret_rotation_metadata::Array[Types::ExternalSecretRotationMetadataItem]

Returns the value of attribute external_secret_rotation_metadata.



360
361
362
# File 'sig/types.rbs', line 360

def 
  
end

#external_secret_rotation_role_arn::String

Returns the value of attribute external_secret_rotation_role_arn.



361
362
363
# File 'sig/types.rbs', line 361

def external_secret_rotation_role_arn
  @external_secret_rotation_role_arn
end

#rotate_immediatelyBoolean

Returns the value of attribute rotate_immediately.



362
363
364
# File 'sig/types.rbs', line 362

def rotate_immediately
  @rotate_immediately
end

#rotation_lambda_arn::String

Returns the value of attribute rotation_lambda_arn.



358
359
360
# File 'sig/types.rbs', line 358

def rotation_lambda_arn
  @rotation_lambda_arn
end

#rotation_rulesTypes::RotationRulesType

Returns the value of attribute rotation_rules.



359
360
361
# File 'sig/types.rbs', line 359

def rotation_rules
  @rotation_rules
end

#secret_id::String

Returns the value of attribute secret_id.



356
357
358
# File 'sig/types.rbs', line 356

def secret_id
  @secret_id
end