Class: Aws::Types::ListResourceProfileArtifactsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts::Array[Types::ResourceProfileArtifact]

Returns the value of attribute artifacts.

Returns:



1287
1288
1289
# File 'sig/types.rbs', line 1287

def artifacts
  @artifacts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def next_token
  @next_token
end