Class: Aws::Types::SecretValueEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_binary, :secret_string])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def arn
  @arn
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


411
412
413
# File 'sig/types.rbs', line 411

def created_date
  @created_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def name
  @name
end

#secret_binary::String

Returns the value of attribute secret_binary.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def secret_binary
  @secret_binary
end

#secret_string::String

Returns the value of attribute secret_string.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def secret_string
  @secret_string
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def version_id
  @version_id
end

#version_stages::Array[::String]

Returns the value of attribute version_stages.

Returns:

  • (::Array[::String])


410
411
412
# File 'sig/types.rbs', line 410

def version_stages
  @version_stages
end