Class: Aws::Types::ListImportsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#imports::Array[Types::ImportsListItem]

Returns the value of attribute imports.



825
826
827
# File 'sig/types.rbs', line 825

def imports
  @imports
end

#next_token::String

Returns the value of attribute next_token.



826
827
828
# File 'sig/types.rbs', line 826

def next_token
  @next_token
end