Class: Aws::Types::ListResourceDataSyncResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def next_token
  @next_token
end

#resource_data_sync_items::Array[Types::ResourceDataSyncItem]

Returns the value of attribute resource_data_sync_items.

Returns:



2968
2969
2970
# File 'sig/types.rbs', line 2968

def resource_data_sync_items
  @resource_data_sync_items
end