Class: Aws::Types::ListResourceProfileArtifactsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceProfileArtifactsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts ⇒ ::Array[Types::ResourceProfileArtifact]
Returns the value of attribute artifacts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#artifacts ⇒ ::Array[Types::ResourceProfileArtifact]
Returns the value of attribute artifacts.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def artifacts @artifacts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def next_token @next_token end |