Class: Aws::Types::PutSecretValueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_binary, :secret_string, :rotation_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def client_request_token
  @client_request_token
end

#rotation_token::String

Returns the value of attribute rotation_token.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def rotation_token
  @rotation_token
end

#secret_binary::String

Returns the value of attribute secret_binary.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def secret_binary
  @secret_binary
end

#secret_id::String

Returns the value of attribute secret_id.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def secret_id
  @secret_id
end

#secret_string::String

Returns the value of attribute secret_string.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def secret_string
  @secret_string
end

#version_stages::Array[::String]

Returns the value of attribute version_stages.

Returns:

  • (::Array[::String])


281
282
283
# File 'sig/types.rbs', line 281

def version_stages
  @version_stages
end