Class: Aws::Types::PutSecretValueResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



287
288
289
# File 'sig/types.rbs', line 287

def arn
  @arn
end

#name::String

Returns the value of attribute name.



288
289
290
# File 'sig/types.rbs', line 288

def name
  @name
end

#version_id::String

Returns the value of attribute version_id.



289
290
291
# File 'sig/types.rbs', line 289

def version_id
  @version_id
end

#version_stages::Array[::String]

Returns the value of attribute version_stages.



290
291
292
# File 'sig/types.rbs', line 290

def version_stages
  @version_stages
end