Class: Aws::Types::ListCreatedArtifactsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListCreatedArtifactsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_artifact_list ⇒ ::Array[Types::CreatedArtifact]
Returns the value of attribute created_artifact_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#created_artifact_list ⇒ ::Array[Types::CreatedArtifact]
Returns the value of attribute created_artifact_list.
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.
193 194 195 |
# File 'sig/types.rbs', line 193 def next_token @next_token end |