Class: Aws::Types::ListCreatedArtifactsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifact_list::Array[Types::CreatedArtifact]

Returns the value of attribute created_artifact_list.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def created_artifact_list
  @created_artifact_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def next_token
  @next_token
end