Class: Aws::Types::Secret

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def name
  @name
end

#value_from::String

Returns the value of attribute value_from.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def value_from
  @value_from
end