Class: Aws::Types::ListSecretVersionIdsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def next_token
  @next_token
end

#versions::Array[Types::SecretVersionsListEntry]

Returns the value of attribute versions.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def versions
  @versions
end