Class: Aws::Types::ListSyncResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



853
854
855
# File 'sig/types.rbs', line 853

def next_token
  @next_token
end

#sync_resources::Array[Types::SyncResourceSummary]

Returns the value of attribute sync_resources.



852
853
854
# File 'sig/types.rbs', line 852

def sync_resources
  @sync_resources
end