Class: Aws::SecretsManager::Types::ListSecretVersionIdsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret.

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1116

class ListSecretVersionIdsResponse < Struct.new(
  :versions,
  :next_token,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the secret.

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1116

class ListSecretVersionIdsResponse < Struct.new(
  :versions,
  :next_token,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecretVersionIds again with this value.

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1116

class ListSecretVersionIdsResponse < Struct.new(
  :versions,
  :next_token,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#versionsArray<Types::SecretVersionsListEntry>

A list of the versions of the secret.

Returns:



1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1116

class ListSecretVersionIdsResponse < Struct.new(
  :versions,
  :next_token,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end